#673202

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

Shades of Baker's Chocolate #673202

Tints of Baker's Chocolate #673202

Color information

#673202 (or 0x673202) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 32 and 02. RGB value is (103,50,2). Sum of RGB (Red+Green+Blue) = 103+50+2=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #673202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673202 is #98CDFD. Grayscale: #3C3C3C. Windows color (decimal): -10014206 or 143975. OLE color: 143975.

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

Color convert

RGB103502-
CMYK00.510.980.60
HSL28.51º96.19%20.59%-
HSV(B)28.51º98.06%40.39%-
XYZ6.755.170.7-
YUV60.3795.06158.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.45%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=66.45%
G=32.26%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10350200.510.980.6028.5196.1920.59
Hex67322033623C1d6015
Octal147622063142743514025
Binary1100111110010100110011110001011110011101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673202; }

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

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

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

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

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

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

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

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