#613909

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

Shades of Baker's Chocolate #613909

Tints of Baker's Chocolate #613909

Color information

#613909 (or 0x613909) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 39 and 09. RGB value is (97,57,9). Sum of RGB (Red+Green+Blue) = 97+57+9=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #613909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613909 is #9EC6F6. Grayscale: #3F3F3F. Windows color (decimal): -10405623 or 604513. OLE color: 604513.

HSL color Cylindrical-coordinate representation of color #613909: hue angle of 32.73º 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 #613909 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97579-
CMYK00.410.910.62
HSL32.73º83.02%20.78%-
HSV(B)32.73º90.72%38.04%-
XYZ6.445.490.98-
YUV63.4997.25151.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=59.51%
G=34.97%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9757900.410.910.6232.7383.0220.78
Hex613990295B3E215315
Octal1417111051133764112325
Binary1100001111001100101010011011011111110100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613909; }

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

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

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

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

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

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

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

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