#623B12

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

Shades of Baker's Chocolate #623B12

Tints of Baker's Chocolate #623B12

Color information

#623B12 (or 0x623B12) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3B and 12. RGB value is (98,59,18). Sum of RGB (Red+Green+Blue) = 98+59+18=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #623B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623B12 is #9DC4ED. Grayscale: #424242. Windows color (decimal): -10339566 or 1194850. OLE color: 1194850.

HSL color Cylindrical-coordinate representation of color #623B12: hue angle of 30.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #623B12 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB985918-
CMYK00.400.820.62
HSL30.75º68.97%22.75%-
HSV(B)30.75º81.63%38.43%-
XYZ6.715.771.33-
YUV65.99100.92150.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=56%
G=33.71%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98591800.400.820.6230.7568.9722.75
Hex623B12028523E1f4517
Octal1427322050122763710527
Binary1100010111011100100101000101001011111011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,59,18); }

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

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

 a { background-color: rgb(98,59,18); }

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

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

 span { border-color: rgb(98,59,18); }

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