#672009

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

Shades of Baker's Chocolate #672009

Tints of Baker's Chocolate #672009

Color information

#672009 (or 0x672009) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 20 and 09. RGB value is (103,32,9). Sum of RGB (Red+Green+Blue) = 103+32+9=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #672009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672009 is #98DFF6. Grayscale: #323232. Windows color (decimal): -10018807 or 598119. OLE color: 598119.

HSL color Cylindrical-coordinate representation of color #672009: hue angle of 14.68º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #672009 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB103329-
CMYK00.690.910.60
HSL14.68º83.93%21.96%-
HSV(B)14.68º91.26%40.39%-
XYZ6.163.940.69-
YUV50.61104.52165.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.53%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=71.53%
G=22.22%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10332900.690.910.6014.6883.9321.96
Hex672090455B3Cf5416
Octal14740110105133741712426
Binary110011110000010010100010110110111111001111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672009; }

 p { color: rgb(103,32,9); }

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

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

 a { background-color: rgb(103,32,9); }

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

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

 span { border-color: rgb(103,32,9); }

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