#672B05

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

Shades of Baker's Chocolate #672B05

Tints of Baker's Chocolate #672B05

Color information

#672B05 (or 0x672B05) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 2B and 05. RGB value is (103,43,5). Sum of RGB (Red+Green+Blue) = 103+43+5=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #672B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672B05 is #98D4FA. Grayscale: #383838. Windows color (decimal): -10015995 or 338791. OLE color: 338791.

HSL color Cylindrical-coordinate representation of color #672B05: hue angle of 23.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #672B05 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB103435-
CMYK00.580.950.60
HSL23.27º90.74%21.18%-
HSV(B)23.27º95.15%40.39%-
XYZ6.484.620.69-
YUV56.6198.88161.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 68.21%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=68.21%
G=28.48%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10343500.580.950.6023.2790.7421.18
Hex672B503A5F3C175b15
Octal147535072137742713325
Binary11001111010111010111010101111111110010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,43,5); }

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

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

 a { background-color: rgb(103,43,5); }

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

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

 span { border-color: rgb(103,43,5); }

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