#649195

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

Shades of Half Baked #649195

Tints of Half Baked #649195

Color information

#649195 (or 0x649195) is unknown color: approx Half Baked. HEX triplet: 64, 91 and 95. RGB value is (100,145,149). Sum of RGB (Red+Green+Blue) = 100+145+149=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #649195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649195 is #9B6E6A. Grayscale: #838383. Windows color (decimal): -10186347 or 9802084. OLE color: 9802084.

HSL color Cylindrical-coordinate representation of color #649195: hue angle of 184.9º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649195 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100145149-
CMYK0.330.0300.42
HSL184.9º19.68%48.82%-
HSV(B)184.9º32.89%58.43%-
XYZ20.8125.1332.19-
YUV132137.59105.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=25.38%
G=36.80%
B=37.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001451490.330.0300.42184.919.6848.82
Hex64919521302Ab91431
Octal1442212254130522712461
Binary110010010010001100101011000011101010101011100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649195; }

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

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

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

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

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

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

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

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