Html Css Color HEX #613325 Hairy Heath

📋 copy color: '#613325'

red 97 ◦ green 51 ◦ blue 37

#613325
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hairy Heath #613325

Tints of Hairy Heath #613325

RGB

 RED value IS 97 (38.28% from 255) = 52.43%

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 37 (14.84% from 255) = 20%

R = 52.43%
G = 27.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#613325 (or 0x613325) is known color: Hairy Heath. HEX triplet: 61, 33 and 25. RGB value is (97,51,37). Sum of RGB (Red+Green+Blue) = 97+51+37=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #613325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613325 is #9ECCDA. Grayscale: #3F3F3F. Windows color (decimal): -10407131 or 2437985. OLE color: 2437985.

HSL color Cylindrical-coordinate representation of color #613325: hue angle of 14º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613325 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 37 -
CMYK 0 0.47 0.62 0.62
HSL 14º 0.45% 0.26% -
HSV(B) 14º 0.62% 0.38% -
XYZ 6.45 5.04 2.38 -
YUV 63.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 97 51 37 0 0.47 0.62 0.62 14 0.45 0.26
Hex 61 33 25 0 2F 3E 3E E 2D 1A
Octal 141 63 45 0 57 76 76 16 55 32
Binary 1100001 110011 100101 0 101111 111110 111110 1110 101101 11010

Color Harmonies of #613325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613325

Black with #613325

Text Example


Text Example

White with #613325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613325; }

 p { color: rgb(97,51,37); }

 H1.HeaderClassName
 {
   color: #613325;
 }
 .AnyTagClassName
 {
   color: #613325;
 }
</style>

background-color css

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

 a { background-color: rgb(97,51,37); }

 div.DivClassName
 {
   background-color: #613325;
 }
 .BgClassName
 {
   background-color: #613325;
 }
</style>

border-color css

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

 span { border-color: rgb(97,51,37); }

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