#61382A

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

Shades of Hairy Heath #61382A

Tints of Hairy Heath #61382A

Color information

#61382A (or 0x61382A) is unknown color: approx Hairy Heath. HEX triplet: 61, 38 and 2A. RGB value is (97,56,42). Sum of RGB (Red+Green+Blue) = 97+56+42=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61382A is #9EC7D5. Grayscale: #424242. Windows color (decimal): -10405846 or 2766945. OLE color: 2766945.

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

Color convert

RGB975642-
CMYK00.420.570.62
HSL15.27º39.57%27.25%-
HSV(B)15.27º56.7%38.04%-
XYZ6.765.542.9-
YUV66.66114.08149.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=49.74%
G=28.72%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97564200.420.570.6215.2739.5727.25
Hex61382A02A393Ef281b
Octal14170520527176175033
Binary11000011110001010100101010111001111110111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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