Html Css Color HEX #613429 Hairy Heath

📋 copy color: '#613429'

red 97 ◦ green 52 ◦ blue 41

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

Shades of Hairy Heath #613429

Tints of Hairy Heath #613429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.37%

 BLUE value IS 41 (16.41% from 255) = 21.58%

R = 51.05%
G = 27.37%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#613429 (or 0x613429) is known color: Hairy Heath. HEX triplet: 61, 34 and 29. RGB value is (97,52,41). Sum of RGB (Red+Green+Blue) = 97+52+41=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #613429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613429 is #9ECBD6. Grayscale: #404040. Windows color (decimal): -10406871 or 2700385. OLE color: 2700385.

HSL color Cylindrical-coordinate representation of color #613429: hue angle of 11.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613429 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 41 -
CMYK 0 0.46 0.58 0.62
HSL 11.79º 0.41% 0.27% -
HSV(B) 11.79º 0.58% 0.38% -
XYZ 6.56 5.16 2.75 -
YUV 64.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 97 52 41 0 0.46 0.58 0.62 11.79 0.41 0.27
Hex 61 34 29 0 2E 3A 3E C 29 1B
Octal 141 64 51 0 56 72 76 14 51 33
Binary 1100001 110100 101001 0 101110 111010 111110 1100 101001 11011

Color Harmonies of #613429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613429

Black with #613429

Text Example


Text Example

White with #613429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613429; }

 p { color: rgb(97,52,41); }

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

background-color css

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

 a { background-color: rgb(97,52,41); }

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

border-color css

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

 span { border-color: rgb(97,52,41); }

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