Html Css Color HEX #716135 Himalaya

📋 copy color: '#716135'

red 113 ◦ green 97 ◦ blue 53

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

Shades of Himalaya #716135

Tints of Himalaya #716135

RGB

 RED value IS 113 (44.53% from 255) = 42.97%

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 42.97%
G = 36.88%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#716135 (or 0x716135) is known color: Himalaya. HEX triplet: 71, 61 and 35. RGB value is (113,97,53). Sum of RGB (Red+Green+Blue) = 113+97+53=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #716135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716135 is #8E9ECA. Grayscale: #606060. Windows color (decimal): -9346763 or 3498353. OLE color: 3498353.

HSL color Cylindrical-coordinate representation of color #716135: hue angle of 44º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #716135 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 53 -
CMYK 0 0.14 0.53 0.56
HSL 44º 0.36% 0.33% -
HSV(B) 44º 0.53% 0.44% -
XYZ 11.73 12.32 5.13 -
YUV 96.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 113 97 53 0 0.14 0.53 0.56 44 0.36 0.33
Hex 71 61 35 0 E 35 38 2C 24 21
Octal 161 141 65 0 16 65 70 54 44 41
Binary 1110001 1100001 110101 0 1110 110101 111000 101100 100100 100001

Color Harmonies of #716135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716135

Black with #716135

Text Example


Text Example

White with #716135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716135; }

 p { color: rgb(113,97,53); }

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

background-color css

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

 a { background-color: rgb(113,97,53); }

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

border-color css

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

 span { border-color: rgb(113,97,53); }

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