#672002

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

Shades of Baker's Chocolate #672002

Tints of Baker's Chocolate #672002

Color information

#672002 (or 0x672002) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 20 and 02. RGB value is (103,32,2). Sum of RGB (Red+Green+Blue) = 103+32+2=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #672002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672002 is #98DFFD. Grayscale: #323232. Windows color (decimal): -10018814 or 139367. OLE color: 139367.

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

Color convert

RGB103322-
CMYK00.690.980.60
HSL17.82º96.19%20.59%-
HSV(B)17.82º98.06%40.39%-
XYZ6.123.920.49-
YUV49.81101.02165.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 75.18%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=75.18%
G=23.36%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10332200.690.980.6017.8296.1920.59
Hex67202045623C126015
Octal1474020105142742214025
Binary11001111000001001000101110001011110010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672002; }

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

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

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

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

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

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

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

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