#649193

Color #649193 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #649193

Tints of Half Baked #649193

Color information

#649193 (or 0x649193) is unknown color: approx Half Baked. HEX triplet: 64, 91 and 93. RGB value is (100,145,147). Sum of RGB (Red+Green+Blue) = 100+145+147=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #649193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649193 is #9B6E6C. Grayscale: #838383. Windows color (decimal): -10186349 or 9671012. OLE color: 9671012.

HSL color Cylindrical-coordinate representation of color #649193: hue angle of 182.55º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649193 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100145147-
CMYK0.320.0100.42
HSL182.55º19.03%48.43%-
HSV(B)182.55º31.97%57.65%-
XYZ20.6525.0731.35-
YUV131.77136.59105.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=25.51%
G=36.99%
B=37.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001451470.320.0100.42182.5519.0348.43
Hex64919320102Ab71330
Octal1442212234010522672360
Binary11001001001000110010011100000101010101011011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649193; }

 p { color: rgb(100,145,147); }

 H1.HeaderClassName
 {
   color: #649193;
 }
 .AnyTagClassName
 {
   color: #649193;
 }
</style>
background-color css

<style>
 a { background-color: #649193; }

 a { background-color: rgb(100,145,147); }

 div.DivClassName
 {
   background-color: #649193;
 }
 .BgClassName
 {
   background-color: #649193;
 }
</style>
border-color css

<style>
 span { border-color: #649193; }

 span { border-color: rgb(100,145,147); }

 td.TdClassName
 {
   border-color: #649193;
 }
 .TagClassName
 {
   border-color: #649193;
 }
</style>