#61341B

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

Shades of Baker's Chocolate #61341B

Tints of Baker's Chocolate #61341B

Color information

#61341B (or 0x61341B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 34 and 1B. RGB value is (97,52,27). Sum of RGB (Red+Green+Blue) = 97+52+27=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61341B is #9ECBE4. Grayscale: #3E3E3E. Windows color (decimal): -10406885 or 1782881. OLE color: 1782881.

HSL color Cylindrical-coordinate representation of color #61341B: hue angle of 21.43º 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 #61341B is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB975227-
CMYK00.460.720.62
HSL21.43º56.45%24.31%-
HSV(B)21.43º72.16%38.04%-
XYZ6.365.081.68-
YUV62.6107.91152.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=55.11%
G=29.55%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97522700.460.720.6221.4356.4524.31
Hex61341B02E483E153818
Octal141643305611076257030
Binary110000111010011011010111010010001111101010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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