#716B3A

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

Shades of Himalaya #716B3A

Tints of Himalaya #716B3A

Color information

#716B3A (or 0x716B3A) is unknown color: approx Himalaya. HEX triplet: 71, 6B and 3A. RGB value is (113,107,58). Sum of RGB (Red+Green+Blue) = 113+107+58=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #716B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B3A is #8E94C5. Grayscale: #676767. Windows color (decimal): -9344198 or 3828593. OLE color: 3828593.

HSL color Cylindrical-coordinate representation of color #716B3A: hue angle of 53.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #716B3A is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB11310758-
CMYK00.050.490.56
HSL53.45º32.16%33.53%-
HSV(B)53.45º48.67%44.31%-
XYZ12.8314.336.09-
YUV103.21102.49134.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=40.65%
G=38.49%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131075800.050.490.5653.4532.1633.53
Hex716B3A053138352022
Octal16115372056170654042
Binary111000111010111110100101110001111000110101100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716B3A; }

 p { color: rgb(113,107,58); }

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

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

 a { background-color: rgb(113,107,58); }

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

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

 span { border-color: rgb(113,107,58); }

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