#672915

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

Shades of Baker's Chocolate #672915

Tints of Baker's Chocolate #672915

Color information

#672915 (or 0x672915) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 29 and 15. RGB value is (103,41,21). Sum of RGB (Red+Green+Blue) = 103+41+21=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #672915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672915 is #98D6EA. Grayscale: #393939. Windows color (decimal): -10016491 or 1386855. OLE color: 1386855.

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

Color convert

RGB1034121-
CMYK00.600.800.60
HSL14.63º66.13%24.31%-
HSV(B)14.63º79.61%40.39%-
XYZ6.524.521.24-
YUV57.26107.54160.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.42%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=62.42%
G=24.85%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103412100.600.800.6014.6366.1324.31
Hex67291503C503Cf4218
Octal1475125074120741710230
Binary110011110100110101011110010100001111001111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672915; }

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

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

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

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

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

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

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

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