#613309

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

Shades of Baker's Chocolate #613309

Tints of Baker's Chocolate #613309

Color information

#613309 (or 0x613309) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 33 and 09. RGB value is (97,51,9). Sum of RGB (Red+Green+Blue) = 97+51+9=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #613309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613309 is #9ECCF6. Grayscale: #3C3C3C. Windows color (decimal): -10407159 or 602977. OLE color: 602977.

HSL color Cylindrical-coordinate representation of color #613309: hue angle of 28.64º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #613309 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97519-
CMYK00.470.910.62
HSL28.64º83.02%20.78%-
HSV(B)28.64º90.72%38.04%-
XYZ6.164.930.88-
YUV59.9799.24154.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=61.78%
G=32.48%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9751900.470.910.6228.6483.0220.78
Hex6133902F5B3E1d5315
Octal1416311057133763512325
Binary110000111001110010101111101101111111011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613309; }

 p { color: rgb(97,51,9); }

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

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

 a { background-color: rgb(97,51,9); }

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

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

 span { border-color: rgb(97,51,9); }

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