#61301D

Color #61301D Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #61301D

Tints of Hairy Heath #61301D

Color information

#61301D (or 0x61301D) is unknown color: approx Hairy Heath. HEX triplet: 61, 30 and 1D. RGB value is (97,48,29). Sum of RGB (Red+Green+Blue) = 97+48+29=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61301D is #9ECFE2. Grayscale: #3C3C3C. Windows color (decimal): -10407907 or 1912929. OLE color: 1912929.

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

Color convert

RGB974829-
CMYK00.510.700.62
HSL16.76º53.97%24.71%-
HSV(B)16.76º70.1%38.04%-
XYZ6.214.741.75-
YUV60.48110.23154.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=55.75%
G=27.59%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97482900.510.700.6216.7653.9724.71
Hex61301D033463E113619
Octal141603506310676216631
Binary110000111000011101011001110001101111101000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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