#649292

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

Shades of Half Baked #649292

Tints of Half Baked #649292

Color information

#649292 (or 0x649292) is unknown color: approx Half Baked. HEX triplet: 64, 92 and 92. RGB value is (100,146,146). Sum of RGB (Red+Green+Blue) = 100+146+146=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #649292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649292 is #9B6D6D. Grayscale: #848484. Windows color (decimal): -10186094 or 9605732. OLE color: 9605732.

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

Color convert

RGB100146146-
CMYK0.32000.43
HSL180º18.7%48.24%-
HSV(B)180º31.51%57.25%-
XYZ20.7225.3430.99-
YUV132.25135.76105-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=25.51%
G=37.24%
B=37.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461460.32000.4318018.748.24
Hex64929220002Bb41330
Octal1442222224000532642360
Binary11001001001001010010010100000001010111011010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649292; }

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

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

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

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

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

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

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

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