#61210B

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

Shades of Baker's Chocolate #61210B

Tints of Baker's Chocolate #61210B

Color information

#61210B (or 0x61210B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 21 and 0B. RGB value is (97,33,11). Sum of RGB (Red+Green+Blue) = 97+33+11=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #61210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61210B is #9EDEF4. Grayscale: #313131. Windows color (decimal): -10411765 or 729441. OLE color: 729441.

HSL color Cylindrical-coordinate representation of color #61210B: hue angle of 15.35º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61210B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB973311-
CMYK00.660.890.62
HSL15.35º79.63%21.18%-
HSV(B)15.35º88.66%38.04%-
XYZ5.533.650.73-
YUV49.63106.2161.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=68.79%
G=23.40%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97331100.660.890.6215.3579.6321.18
Hex6121B042593Ef5015
Octal14141130102131761712025
Binary110000110000110110100001010110011111101111101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,33,11); }

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

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

 a { background-color: rgb(97,33,11); }

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

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

 span { border-color: rgb(97,33,11); }

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