#673204

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

Shades of Baker's Chocolate #673204

Tints of Baker's Chocolate #673204

Color information

#673204 (or 0x673204) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 32 and 04. RGB value is (103,50,4). Sum of RGB (Red+Green+Blue) = 103+50+4=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #673204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673204 is #98CDFB. Grayscale: #3C3C3C. Windows color (decimal): -10014204 or 275047. OLE color: 275047.

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

Color convert

RGB103504-
CMYK00.510.960.60
HSL27.88º92.52%20.98%-
HSV(B)27.88º96.12%40.39%-
XYZ6.765.170.76-
YUV60.696.06158.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 65.61%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=65.61%
G=31.85%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10350400.510.960.6027.8892.5220.98
Hex67324033603C1c5d15
Octal147624063140743413525
Binary11001111100101000110011110000011110011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673204; }

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

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

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

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

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

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

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

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