#672C06

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

Shades of Baker's Chocolate #672C06

Tints of Baker's Chocolate #672C06

Color information

#672C06 (or 0x672C06) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 2C and 06. RGB value is (103,44,6). Sum of RGB (Red+Green+Blue) = 103+44+6=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #672C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C06 is #98D3F9. Grayscale: #393939. Windows color (decimal): -10015738 or 404583. OLE color: 404583.

HSL color Cylindrical-coordinate representation of color #672C06: hue angle of 23.51º 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 #672C06 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB103446-
CMYK00.570.940.60
HSL23.51º88.99%21.37%-
HSV(B)23.51º94.17%40.39%-
XYZ6.534.70.74-
YUV57.3199.05160.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.32%
GREEN value IS 44 (17.58% from 255) = 28.76%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=67.32%
G=28.76%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10344600.570.940.6023.5188.9921.37
Hex672C60395E3C185915
Octal147546071136743013125
Binary11001111011001100111001101111011110011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672C06; }

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

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

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

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

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

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

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

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