#613809

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

Shades of Baker's Chocolate #613809

Tints of Baker's Chocolate #613809

Color information

#613809 (or 0x613809) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 38 and 09. RGB value is (97,56,9). Sum of RGB (Red+Green+Blue) = 97+56+9=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #613809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613809 is #9EC7F6. Grayscale: #3F3F3F. Windows color (decimal): -10405879 or 604257. OLE color: 604257.

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

Color convert

RGB97569-
CMYK00.420.910.62
HSL32.05º83.02%20.78%-
HSV(B)32.05º90.72%38.04%-
XYZ6.395.390.96-
YUV62.997.58152.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=59.88%
G=34.57%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9756900.420.910.6232.0583.0220.78
Hex6138902A5B3E205315
Octal1417011052133764012325
Binary1100001111000100101010101011011111110100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613809; }

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

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

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

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

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

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

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

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