#672C0F

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

Shades of Baker's Chocolate #672C0F

Tints of Baker's Chocolate #672C0F

Color information

#672C0F (or 0x672C0F) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 2C and 0F. RGB value is (103,44,15). Sum of RGB (Red+Green+Blue) = 103+44+15=162 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.58% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 103 - color contains mainly: red. Hex color #672C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C0F is #98D3F0. Grayscale: #3A3A3A. Windows color (decimal): -10015729 or 994407. OLE color: 994407.

HSL color Cylindrical-coordinate representation of color #672C0F: hue angle of 19.77º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #672C0F is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB1034415-
CMYK00.570.850.60
HSL19.77º74.58%23.14%-
HSV(B)19.77º85.44%40.39%-
XYZ6.584.721.02-
YUV58.34103.55159.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.58%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=63.58%
G=27.16%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103441500.570.850.6019.7774.5823.14
Hex672CF039553C144b17
Octal1475417071125742411327
Binary110011110110011110111001101010111110010100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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