Html Css Color HEX #613829 Hairy Heath

📋 copy color: '#613829'

red 97 ◦ green 56 ◦ blue 41

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

Shades of Hairy Heath #613829

Tints of Hairy Heath #613829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 50%
G = 28.87%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#613829 (or 0x613829) is known color: Hairy Heath. HEX triplet: 61, 38 and 29. RGB value is (97,56,41). Sum of RGB (Red+Green+Blue) = 97+56+41=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #613829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613829 is #9EC7D6. Grayscale: #424242. Windows color (decimal): -10405847 or 2701409. OLE color: 2701409.

HSL color Cylindrical-coordinate representation of color #613829: hue angle of 16.07º 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 #613829 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 41 -
CMYK 0 0.42 0.58 0.62
HSL 16.07º 0.41% 0.27% -
HSV(B) 16.07º 0.58% 0.38% -
XYZ 6.74 5.53 2.81 -
YUV 66.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 97 56 41 0 0.42 0.58 0.62 16.07 0.41 0.27
Hex 61 38 29 0 2A 3A 3E 10 29 1B
Octal 141 70 51 0 52 72 76 20 51 33
Binary 1100001 111000 101001 0 101010 111010 111110 10000 101001 11011

Color Harmonies of #613829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613829

Black with #613829

Text Example


Text Example

White with #613829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613829; }

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

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

background-color css

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

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

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

border-color css

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

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

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