#649295

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

Shades of Half Baked #649295

Tints of Half Baked #649295

Color information

#649295 (or 0x649295) is unknown color: approx Half Baked. HEX triplet: 64, 92 and 95. RGB value is (100,146,149). Sum of RGB (Red+Green+Blue) = 100+146+149=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #649295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649295 is #9B6D6A. Grayscale: #848484. Windows color (decimal): -10186091 or 9802340. OLE color: 9802340.

HSL color Cylindrical-coordinate representation of color #649295: hue angle of 183.67º 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 #649295 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100146149-
CMYK0.330.0200.42
HSL183.67º19.68%48.82%-
HSV(B)183.67º32.89%58.43%-
XYZ20.9625.4432.24-
YUV132.59137.26104.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=25.32%
G=36.96%
B=37.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001461490.330.0200.42183.6719.6848.82
Hex64929521202Ab81431
Octal1442222254120522702461
Binary110010010010010100101011000011001010101011100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649295; }

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

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

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

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

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

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

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

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