#716226

Color #716226 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #716226

Tints of Himalaya #716226

Color information

#716226 (or 0x716226) is unknown color: approx Himalaya. HEX triplet: 71, 62 and 26. RGB value is (113,98,38). Sum of RGB (Red+Green+Blue) = 113+98+38=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716226 is #8E9DD9. Grayscale: #5F5F5F. Windows color (decimal): -9346522 or 2515569. OLE color: 2515569.

HSL color Cylindrical-coordinate representation of color #716226: hue angle of 48º 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 #716226 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1139838-
CMYK00.130.660.56
HSL48º49.67%29.61%-
HSV(B)48º66.37%44.31%-
XYZ11.5312.393.62-
YUV95.6495.47140.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=45.38%
G=39.36%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113983800.130.660.564849.6729.61
Hex7162260D423830321e
Octal1611424601510270606236
Binary1110001110001010011001101100001011100011000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716226; }

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

 H1.HeaderClassName
 {
   color: #716226;
 }
 .AnyTagClassName
 {
   color: #716226;
 }
</style>
background-color css

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

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

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

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

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

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