#672A14

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

Shades of Baker's Chocolate #672A14

Tints of Baker's Chocolate #672A14

Color information

#672A14 (or 0x672A14) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 2A and 14. RGB value is (103,42,20). Sum of RGB (Red+Green+Blue) = 103+42+20=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #672A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672A14 is #98D5EB. Grayscale: #393939. Windows color (decimal): -10016236 or 1321575. OLE color: 1321575.

HSL color Cylindrical-coordinate representation of color #672A14: hue angle of 15.9º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672A14 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1034220-
CMYK00.590.810.60
HSL15.9º67.48%24.12%-
HSV(B)15.9º80.58%40.39%-
XYZ6.554.591.2-
YUV57.73106.71160.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.42%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=62.42%
G=25.45%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103422000.590.810.6015.967.4824.12
Hex672A1403B513C104318
Octal1475224073121742010330
Binary1100111101010101000111011101000111110010000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,42,20); }

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

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

 a { background-color: rgb(103,42,20); }

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

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

 span { border-color: rgb(103,42,20); }

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