#672006

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

Shades of Baker's Chocolate #672006

Tints of Baker's Chocolate #672006

Color information

#672006 (or 0x672006) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 20 and 06. RGB value is (103,32,6). Sum of RGB (Red+Green+Blue) = 103+32+6=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #672006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672006 is #98DFF9. Grayscale: #323232. Windows color (decimal): -10018810 or 401511. OLE color: 401511.

HSL color Cylindrical-coordinate representation of color #672006: hue angle of 16.08º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #672006 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB103326-
CMYK00.690.940.60
HSL16.08º88.99%21.37%-
HSV(B)16.08º94.17%40.39%-
XYZ6.143.930.61-
YUV50.26103.02165.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 73.05%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=73.05%
G=22.70%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10332600.690.940.6016.0888.9921.37
Hex672060455E3C105915
Octal1474060105136742013125
Binary110011110000011001000101101111011110010000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672006; }

 p { color: rgb(103,32,6); }

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

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

 a { background-color: rgb(103,32,6); }

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

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

 span { border-color: rgb(103,32,6); }

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