#61301E

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

Shades of Hairy Heath #61301E

Tints of Hairy Heath #61301E

Color information

#61301E (or 0x61301E) is unknown color: approx Hairy Heath. HEX triplet: 61, 30 and 1E. RGB value is (97,48,30). Sum of RGB (Red+Green+Blue) = 97+48+30=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61301E is #9ECFE1. Grayscale: #3C3C3C. Windows color (decimal): -10407906 or 1978465. OLE color: 1978465.

HSL color Cylindrical-coordinate representation of color #61301E: hue angle of 16.12º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61301E is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB974830-
CMYK00.510.690.62
HSL16.12º52.76%24.9%-
HSV(B)16.12º69.07%38.04%-
XYZ6.224.751.82-
YUV60.6110.73153.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=55.43%
G=27.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97483000.510.690.6216.1252.7624.9
Hex61301E033453E103519
Octal141603606310576206531
Binary110000111000011110011001110001011111101000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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