#623C11

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

Shades of Baker's Chocolate #623C11

Tints of Baker's Chocolate #623C11

Color information

#623C11 (or 0x623C11) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3C and 11. RGB value is (98,60,17). Sum of RGB (Red+Green+Blue) = 98+60+17=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #623C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623C11 is #9DC3EE. Grayscale: #424242. Windows color (decimal): -10339311 or 1129570. OLE color: 1129570.

HSL color Cylindrical-coordinate representation of color #623C11: hue angle of 31.85º 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 #623C11 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB986017-
CMYK00.390.830.62
HSL31.85º70.43%22.55%-
HSV(B)31.85º82.65%38.43%-
XYZ6.755.871.31-
YUV66.46100.09150.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=56%
G=34.29%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98601700.390.830.6231.8570.4322.55
Hex623C11027533E204617
Octal1427421047123764010627
Binary11000101111001000101001111010011111110100000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623C11; }

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

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

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

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

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

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

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

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