#613708

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

Shades of Baker's Chocolate #613708

Tints of Baker's Chocolate #613708

Color information

#613708 (or 0x613708) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 37 and 08. RGB value is (97,55,8). Sum of RGB (Red+Green+Blue) = 97+55+8=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #613708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613708 is #9EC8F7. Grayscale: #3E3E3E. Windows color (decimal): -10406136 or 538465. OLE color: 538465.

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

Color convert

RGB97558-
CMYK00.430.920.62
HSL31.69º84.76%20.59%-
HSV(B)31.69º91.75%38.04%-
XYZ6.345.290.92-
YUV62.297.41152.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 8 (3.52% from 255) = 5%
R=60.62%
G=34.38%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9755800.430.920.6231.6984.7620.59
Hex6137802B5C3E205515
Octal1416710053134764012525
Binary1100001110111100001010111011100111110100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613708; }

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

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

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

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

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

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

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

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