#672306

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

Shades of Baker's Chocolate #672306

Tints of Baker's Chocolate #672306

Color information

#672306 (or 0x672306) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 23 and 06. RGB value is (103,35,6). Sum of RGB (Red+Green+Blue) = 103+35+6=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #672306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672306 is #98DCF9. Grayscale: #343434. Windows color (decimal): -10018042 or 402279. OLE color: 402279.

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

Color convert

RGB103356-
CMYK00.660.940.60
HSL17.94º88.99%21.37%-
HSV(B)17.94º94.17%40.39%-
XYZ6.234.10.64-
YUV52.03102.03164.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.53%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=71.53%
G=24.31%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10335600.660.940.6017.9488.9921.37
Hex672360425E3C125915
Octal1474360102136742213125
Binary110011110001111001000010101111011110010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672306; }

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

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

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

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

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

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

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

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