#623C0B

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

Shades of Baker's Chocolate #623C0B

Tints of Baker's Chocolate #623C0B

Color information

#623C0B (or 0x623C0B) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3C and 0B. RGB value is (98,60,11). Sum of RGB (Red+Green+Blue) = 98+60+11=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #623C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623C0B is #9DC3F4. Grayscale: #424242. Windows color (decimal): -10339317 or 736354. OLE color: 736354.

HSL color Cylindrical-coordinate representation of color #623C0B: hue angle of 33.79º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #623C0B is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB986011-
CMYK00.390.890.62
HSL33.79º79.82%21.37%-
HSV(B)33.79º88.78%38.43%-
XYZ6.715.851.09-
YUV65.7897.09150.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=57.99%
G=35.50%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98601100.390.890.6233.7979.8221.37
Hex623CB027593E225015
Octal1427413047131764212025
Binary1100010111100101101001111011001111110100010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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