#61321A

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

Shades of Baker's Chocolate #61321A

Tints of Baker's Chocolate #61321A

Color information

#61321A (or 0x61321A) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 32 and 1A. RGB value is (97,50,26). Sum of RGB (Red+Green+Blue) = 97+50+26=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61321A is #9ECDE5. Grayscale: #3D3D3D. Windows color (decimal): -10407398 or 1716833. OLE color: 1716833.

HSL color Cylindrical-coordinate representation of color #61321A: hue angle of 20.28º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61321A is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB975026-
CMYK00.480.730.62
HSL20.28º57.72%24.12%-
HSV(B)20.28º73.2%38.04%-
XYZ6.264.91.59-
YUV61.32108.07153.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=56.07%
G=28.90%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97502600.480.730.6220.2857.7224.12
Hex61321A030493E143a18
Octal141623206011176247230
Binary110000111001011010011000010010011111101010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61321A; }

 p { color: rgb(97,50,26); }

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

<style>
 a { background-color: #61321A; }

 a { background-color: rgb(97,50,26); }

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

<style>
 span { border-color: #61321A; }

 span { border-color: rgb(97,50,26); }

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