#672F15

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

Shades of Baker's Chocolate #672F15

Tints of Baker's Chocolate #672F15

Color information

#672F15 (or 0x672F15) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 2F and 15. RGB value is (103,47,21). Sum of RGB (Red+Green+Blue) = 103+47+21=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #672F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672F15 is #98D0EA. Grayscale: #3C3C3C. Windows color (decimal): -10014955 or 1388391. OLE color: 1388391.

HSL color Cylindrical-coordinate representation of color #672F15: hue angle of 19.02º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672F15 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1034721-
CMYK00.540.800.60
HSL19.02º66.13%24.31%-
HSV(B)19.02º79.61%40.39%-
XYZ6.754.971.31-
YUV60.78105.55158.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.23%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=60.23%
G=27.49%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103472100.540.800.6019.0266.1324.31
Hex672F15036503C134218
Octal1475725066120742310230
Binary1100111101111101010110110101000011110010011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,47,21); }

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

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

 a { background-color: rgb(103,47,21); }

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

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

 span { border-color: rgb(103,47,21); }

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