#716838

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

Shades of Himalaya #716838

Tints of Himalaya #716838

Color information

#716838 (or 0x716838) is unknown color: approx Himalaya. HEX triplet: 71, 68 and 38. RGB value is (113,104,56). Sum of RGB (Red+Green+Blue) = 113+104+56=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #716838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716838 is #8E97C7. Grayscale: #656565. Windows color (decimal): -9344968 or 3696753. OLE color: 3696753.

HSL color Cylindrical-coordinate representation of color #716838: hue angle of 50.53º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716838 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11310456-
CMYK00.080.500.56
HSL50.53º33.73%33.14%-
HSV(B)50.53º50.44%44.31%-
XYZ12.4713.75.73-
YUV101.22102.48136.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=41.39%
G=38.10%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131045600.080.500.5650.5333.7333.14
Hex716838083238332221
Octal161150700106270634241
Binary1110001110100011100001000110010111000110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716838; }

 p { color: rgb(113,104,56); }

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

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

 a { background-color: rgb(113,104,56); }

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

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

 span { border-color: rgb(113,104,56); }

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