#613908

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

Shades of Baker's Chocolate #613908

Tints of Baker's Chocolate #613908

Color information

#613908 (or 0x613908) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 39 and 08. RGB value is (97,57,8). Sum of RGB (Red+Green+Blue) = 97+57+8=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #613908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613908 is #9EC6F7. Grayscale: #3F3F3F. Windows color (decimal): -10405624 or 538977. OLE color: 538977.

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

Color convert

RGB97578-
CMYK00.410.920.62
HSL33.03º84.76%20.59%-
HSV(B)33.03º91.75%38.04%-
XYZ6.445.490.95-
YUV63.3796.75151.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 57 (22.66% from 255) = 35.19%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=59.88%
G=35.19%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9757800.410.920.6233.0384.7620.59
Hex613980295C3E215515
Octal1417110051134764112525
Binary1100001111001100001010011011100111110100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613908; }

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

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

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

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

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

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

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

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