Html Css Color HEX #716026 Himalaya

📋 copy color: '#716026'

red 113 ◦ green 96 ◦ blue 38

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

Shades of Himalaya #716026

Tints of Himalaya #716026

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 45.75%
G = 38.87%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#716026 (or 0x716026) is known color: Himalaya. HEX triplet: 71, 60 and 26. RGB value is (113,96,38). Sum of RGB (Red+Green+Blue) = 113+96+38=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #716026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716026 is #8E9FD9. Grayscale: #5E5E5E. Windows color (decimal): -9347034 or 2515057. OLE color: 2515057.

HSL color Cylindrical-coordinate representation of color #716026: hue angle of 46.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #716026 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 38 -
CMYK 0 0.15 0.66 0.56
HSL 46.4º 0.5% 0.3% -
HSV(B) 46.4º 0.66% 0.44% -
XYZ 11.34 12.02 3.56 -
YUV 94.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 113 96 38 0 0.15 0.66 0.56 46.4 0.5 0.3
Hex 71 60 26 0 F 42 38 2E 32 1E
Octal 161 140 46 0 17 102 70 56 62 36
Binary 1110001 1100000 100110 0 1111 1000010 111000 101110 110010 11110

Color Harmonies of #716026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716026

Black with #716026

Text Example


Text Example

White with #716026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716026; }

 p { color: rgb(113,96,38); }

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

background-color css

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

 a { background-color: rgb(113,96,38); }

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

border-color css

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

 span { border-color: rgb(113,96,38); }

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