Html Css Color HEX #613320 Hairy Heath

📋 copy color: '#613320'

red 97 ◦ green 51 ◦ blue 32

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

Shades of Hairy Heath #613320

Tints of Hairy Heath #613320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 53.89%
G = 28.33%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#613320 (or 0x613320) is known color: Hairy Heath. HEX triplet: 61, 33 and 20. RGB value is (97,51,32). Sum of RGB (Red+Green+Blue) = 97+51+32=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #613320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613320 is #9ECCDF. Grayscale: #3E3E3E. Windows color (decimal): -10407136 or 2110305. OLE color: 2110305.

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

Color convert

RGB 97 51 32 -
CMYK 0 0.47 0.67 0.62
HSL 17.54º 0.5% 0.25% -
HSV(B) 17.54º 0.67% 0.38% -
XYZ 6.37 5.01 2 -
YUV 62.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 97 51 32 0 0.47 0.67 0.62 17.54 0.5 0.25
Hex 61 33 20 0 2F 43 3E 12 32 19
Octal 141 63 40 0 57 103 76 22 62 31
Binary 1100001 110011 100000 0 101111 1000011 111110 10010 110010 11001

Color Harmonies of #613320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613320

Black with #613320

Text Example


Text Example

White with #613320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613320; }

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

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

background-color css

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

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

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

border-color css

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

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

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