#613404

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

Shades of Baker's Chocolate #613404

Tints of Baker's Chocolate #613404

Color information

#613404 (or 0x613404) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 34 and 04. RGB value is (97,52,4). Sum of RGB (Red+Green+Blue) = 97+52+4=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #613404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613404 is #9ECBFB. Grayscale: #3C3C3C. Windows color (decimal): -10406908 or 275553. OLE color: 275553.

HSL color Cylindrical-coordinate representation of color #613404: hue angle of 30.97º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #613404 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB97524-
CMYK00.460.960.62
HSL30.97º92.08%19.8%-
HSV(B)30.97º95.88%38.04%-
XYZ6.185.010.76-
YUV59.9896.41154.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=63.40%
G=33.99%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9752400.460.960.6230.9792.0819.8
Hex6134402E603E1f5c14
Octal141644056140763713424
Binary11000011101001000101110110000011111011111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613404; }

 p { color: rgb(97,52,4); }

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

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

 a { background-color: rgb(97,52,4); }

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

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

 span { border-color: rgb(97,52,4); }

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