#61381D

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

Shades of Baker's Chocolate #61381D

Tints of Baker's Chocolate #61381D

Color information

#61381D (or 0x61381D) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 38 and 1D. RGB value is (97,56,29). Sum of RGB (Red+Green+Blue) = 97+56+29=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #61381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61381D is #9EC7E2. Grayscale: #414141. Windows color (decimal): -10405859 or 1914977. OLE color: 1914977.

HSL color Cylindrical-coordinate representation of color #61381D: hue angle of 23.82º 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 #61381D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB975629-
CMYK00.420.700.62
HSL23.82º53.97%24.71%-
HSV(B)23.82º70.1%38.04%-
XYZ6.575.461.87-
YUV65.18107.58150.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=53.30%
G=30.77%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97562900.420.700.6223.8253.9724.71
Hex61381D02A463E183619
Octal141703505210676306631
Binary110000111100011101010101010001101111101100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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