#61350E

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

Shades of Baker's Chocolate #61350E

Tints of Baker's Chocolate #61350E

Color information

#61350E (or 0x61350E) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 35 and 0E. RGB value is (97,53,14). Sum of RGB (Red+Green+Blue) = 97+53+14=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61350E is #9ECAF1. Grayscale: #3D3D3D. Windows color (decimal): -10406642 or 931169. OLE color: 931169.

HSL color Cylindrical-coordinate representation of color #61350E: hue angle of 28.19º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61350E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB975314-
CMYK00.450.860.62
HSL28.19º74.77%21.76%-
HSV(B)28.19º85.57%38.04%-
XYZ6.285.121.07-
YUV61.71101.08153.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=59.15%
G=32.32%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97531400.450.860.6228.1974.7721.76
Hex6135E02D563E1c4b16
Octal1416516055126763411326
Binary110000111010111100101101101011011111011100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61350E; }

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

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

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

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

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

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

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

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