Html Css Color HEX #613321 Hairy Heath

📋 copy color: '#613321'

red 97 ◦ green 51 ◦ blue 33

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

Shades of Hairy Heath #613321

Tints of Hairy Heath #613321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.23%

R = 53.59%
G = 28.18%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#613321 (or 0x613321) is known color: Hairy Heath. HEX triplet: 61, 33 and 21. RGB value is (97,51,33). Sum of RGB (Red+Green+Blue) = 97+51+33=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #613321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613321 is #9ECCDE. Grayscale: #3E3E3E. Windows color (decimal): -10407135 or 2175841. OLE color: 2175841.

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

Color convert

RGB 97 51 33 -
CMYK 0 0.47 0.66 0.62
HSL 16.88º 0.49% 0.25% -
HSV(B) 16.88º 0.66% 0.38% -
XYZ 6.39 5.02 2.07 -
YUV 62.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 97 51 33 0 0.47 0.66 0.62 16.88 0.49 0.25
Hex 61 33 21 0 2F 42 3E 11 31 19
Octal 141 63 41 0 57 102 76 21 61 31
Binary 1100001 110011 100001 0 101111 1000010 111110 10001 110001 11001

Color Harmonies of #613321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613321

Black with #613321

Text Example


Text Example

White with #613321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613321; }

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

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

background-color css

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

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

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

border-color css

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

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

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