#639296

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

Shades of Half Baked #639296

Tints of Half Baked #639296

Color information

#639296 (or 0x639296) is unknown color: approx Half Baked. HEX triplet: 63, 92 and 96. RGB value is (99,146,150). Sum of RGB (Red+Green+Blue) = 99+146+150=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #639296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639296 is #9C6D69. Grayscale: #848484. Windows color (decimal): -10251626 or 9867875. OLE color: 9867875.

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

Color convert

RGB99146150-
CMYK0.340.0300.41
HSL184.71º20.48%48.82%-
HSV(B)184.71º34%58.82%-
XYZ20.9325.4132.66-
YUV132.4137.93104.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.06%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=25.06%
G=36.96%
B=37.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991461500.340.0300.41184.7120.4848.82
Hex639296223029b91431
Octal1432222264230512712461
Binary110001110010010100101101000101101010011011100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639296; }

 p { color: rgb(99,146,150); }

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

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

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

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

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

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

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