#61362A

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

Shades of Hairy Heath #61362A

Tints of Hairy Heath #61362A

Color information

#61362A (or 0x61362A) is unknown color: approx Hairy Heath. HEX triplet: 61, 36 and 2A. RGB value is (97,54,42). Sum of RGB (Red+Green+Blue) = 97+54+42=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61362A is #9EC9D5. Grayscale: #414141. Windows color (decimal): -10406358 or 2766433. OLE color: 2766433.

HSL color Cylindrical-coordinate representation of color #61362A: hue angle of 13.09º 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 #61362A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB975442-
CMYK00.440.570.62
HSL13.09º39.57%27.25%-
HSV(B)13.09º56.7%38.04%-
XYZ6.675.352.87-
YUV65.49114.75150.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=50.26%
G=27.98%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97544200.440.570.6213.0939.5727.25
Hex61362A02C393Ed281b
Octal14166520547176155033
Binary11000011101101010100101100111001111110110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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