#61360B

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

Shades of Baker's Chocolate #61360B

Tints of Baker's Chocolate #61360B

Color information

#61360B (or 0x61360B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 36 and 0B. RGB value is (97,54,11). Sum of RGB (Red+Green+Blue) = 97+54+11=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61360B is #9EC9F4. Grayscale: #3E3E3E. Windows color (decimal): -10406389 or 734817. OLE color: 734817.

HSL color Cylindrical-coordinate representation of color #61360B: hue angle of 30º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61360B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB975411-
CMYK00.440.890.62
HSL30º79.63%21.18%-
HSV(B)30º88.66%38.04%-
XYZ6.315.20.99-
YUV61.9599.25153-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=59.88%
G=33.33%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97541100.440.890.623079.6321.18
Hex6136B02C593E1e5015
Octal1416613054131763612025
Binary110000111011010110101100101100111111011110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61360B; }

 p { color: rgb(97,54,11); }

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

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

 a { background-color: rgb(97,54,11); }

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

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

 span { border-color: rgb(97,54,11); }

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