#623211

Color #623211 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #623211

Tints of Baker's Chocolate #623211

Color information

#623211 (or 0x623211) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 32 and 11. RGB value is (98,50,17). Sum of RGB (Red+Green+Blue) = 98+50+17=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #623211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623211 is #9DCDEE. Grayscale: #3C3C3C. Windows color (decimal): -10341871 or 1127010. OLE color: 1127010.

HSL color Cylindrical-coordinate representation of color #623211: hue angle of 24.44º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #623211 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB985017-
CMYK00.490.830.62
HSL24.44º70.43%22.55%-
HSV(B)24.44º82.65%38.43%-
XYZ6.284.921.15-
YUV60.59103.4154.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=59.39%
G=30.30%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98501700.490.830.6224.4470.4322.55
Hex623211031533E184617
Octal1426221061123763010627
Binary1100010110010100010110001101001111111011000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623211; }

 p { color: rgb(98,50,17); }

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

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

 a { background-color: rgb(98,50,17); }

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

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

 span { border-color: rgb(98,50,17); }

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