#61382D

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

Shades of Hairy Heath #61382D

Tints of Hairy Heath #61382D

Color information

#61382D (or 0x61382D) is unknown color: approx Hairy Heath. HEX triplet: 61, 38 and 2D. RGB value is (97,56,45). Sum of RGB (Red+Green+Blue) = 97+56+45=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61382D is #9EC7D2. Grayscale: #434343. Windows color (decimal): -10405843 or 2963553. OLE color: 2963553.

HSL color Cylindrical-coordinate representation of color #61382D: hue angle of 12.69º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61382D is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB975645-
CMYK00.420.540.62
HSL12.69º36.62%27.84%-
HSV(B)12.69º53.61%38.04%-
XYZ6.825.563.2-
YUV67115.58149.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=48.99%
G=28.28%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97564500.420.540.6212.6936.6227.84
Hex61382D02A363Ed251c
Octal14170550526676154534
Binary11000011110001011010101010110110111110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,56,45); }

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

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

 a { background-color: rgb(97,56,45); }

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

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

 span { border-color: rgb(97,56,45); }

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