#61381B

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

Shades of Baker's Chocolate #61381B

Tints of Baker's Chocolate #61381B

Color information

#61381B (or 0x61381B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 38 and 1B. RGB value is (97,56,27). Sum of RGB (Red+Green+Blue) = 97+56+27=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61381B is #9EC7E4. Grayscale: #414141. Windows color (decimal): -10405861 or 1783905. OLE color: 1783905.

HSL color Cylindrical-coordinate representation of color #61381B: hue angle of 24.86º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61381B is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB975627-
CMYK00.420.720.62
HSL24.86º56.45%24.31%-
HSV(B)24.86º72.16%38.04%-
XYZ6.545.451.74-
YUV64.95106.58150.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 27 (10.94% from 255) = 15%
R=53.89%
G=31.11%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97562700.420.720.6224.8656.4524.31
Hex61381B02A483E193818
Octal141703305211076317030
Binary110000111100011011010101010010001111101100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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