#613506

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

Shades of Baker's Chocolate #613506

Tints of Baker's Chocolate #613506

Color information

#613506 (or 0x613506) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 35 and 06. RGB value is (97,53,6). Sum of RGB (Red+Green+Blue) = 97+53+6=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #613506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613506 is #9ECAF9. Grayscale: #3D3D3D. Windows color (decimal): -10406650 or 406881. OLE color: 406881.

HSL color Cylindrical-coordinate representation of color #613506: hue angle of 30.99º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #613506 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB97536-
CMYK00.450.940.62
HSL30.99º88.35%20.2%-
HSV(B)30.99º93.81%38.04%-
XYZ6.245.10.83-
YUV60.897.08153.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=62.18%
G=33.97%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9753600.450.940.6230.9988.3520.2
Hex6135602D5E3E1f5814
Octal141656055136763713024
Binary11000011101011100101101101111011111011111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613506; }

 p { color: rgb(97,53,6); }

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

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

 a { background-color: rgb(97,53,6); }

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

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

 span { border-color: rgb(97,53,6); }

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