Html Css Color HEX #613625 Hairy Heath

📋 copy color: '#613625'

red 97 ◦ green 54 ◦ blue 37

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

Shades of Hairy Heath #613625

Tints of Hairy Heath #613625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

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

R = 51.6%
G = 28.72%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#613625 (or 0x613625) is known color: Hairy Heath. HEX triplet: 61, 36 and 25. RGB value is (97,54,37). Sum of RGB (Red+Green+Blue) = 97+54+37=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #613625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613625 is #9EC9DA. Grayscale: #414141. Windows color (decimal): -10406363 or 2438753. OLE color: 2438753.

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

Color convert

RGB 97 54 37 -
CMYK 0 0.44 0.62 0.62
HSL 17º 0.45% 0.26% -
HSV(B) 17º 0.62% 0.38% -
XYZ 6.58 5.31 2.43 -
YUV 64.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 97 54 37 0 0.44 0.62 0.62 17 0.45 0.26
Hex 61 36 25 0 2C 3E 3E 11 2D 1A
Octal 141 66 45 0 54 76 76 21 55 32
Binary 1100001 110110 100101 0 101100 111110 111110 10001 101101 11010

Color Harmonies of #613625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613625

Black with #613625

Text Example


Text Example

White with #613625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613625; }

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

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

background-color css

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

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

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

border-color css

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

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

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