#61360F

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

Shades of Baker's Chocolate #61360F

Tints of Baker's Chocolate #61360F

Color information

#61360F (or 0x61360F) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 36 and 0F. RGB value is (97,54,15). Sum of RGB (Red+Green+Blue) = 97+54+15=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61360F is #9EC9F0. Grayscale: #3E3E3E. Windows color (decimal): -10406385 or 996961. OLE color: 996961.

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

Color convert

RGB975415-
CMYK00.440.850.62
HSL28.54º73.21%21.96%-
HSV(B)28.54º84.54%38.04%-
XYZ6.345.211.12-
YUV62.41101.25152.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 15 (6.25% from 255) = 9.04%
R=58.43%
G=32.53%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97541500.440.850.6228.5473.2121.96
Hex6136F02C553E1d4916
Octal1416617054125763511126
Binary110000111011011110101100101010111111011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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