#61371D

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

Shades of Baker's Chocolate #61371D

Tints of Baker's Chocolate #61371D

Color information

#61371D (or 0x61371D) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 37 and 1D. RGB value is (97,55,29). Sum of RGB (Red+Green+Blue) = 97+55+29=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61371D is #9EC8E2. Grayscale: #404040. Windows color (decimal): -10406115 or 1914721. OLE color: 1914721.

HSL color Cylindrical-coordinate representation of color #61371D: hue angle of 22.94º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61371D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB975529-
CMYK00.430.700.62
HSL22.94º53.97%24.71%-
HSV(B)22.94º70.1%38.04%-
XYZ6.525.361.85-
YUV64.59107.91151.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=53.59%
G=30.39%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97552900.430.700.6222.9453.9724.71
Hex61371D02B463E173619
Octal141673505310676276631
Binary110000111011111101010101110001101111101011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61371D; }

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

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

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

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

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

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

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

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