Html Css Color HEX #716A38 Himalaya

📋 copy color: '#716A38'

red 113 ◦ green 106 ◦ blue 56

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

Shades of Himalaya #716A38

Tints of Himalaya #716A38

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.55%

 BLUE value IS 56 (22.27% from 255) = 20.36%

R = 41.09%
G = 38.55%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#716A38 (or 0x716A38) is known color: Himalaya. HEX triplet: 71, 6A and 38. RGB value is (113,106,56). Sum of RGB (Red+Green+Blue) = 113+106+56=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #716A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A38 is #8E95C7. Grayscale: #666666. Windows color (decimal): -9344456 or 3697265. OLE color: 3697265.

HSL color Cylindrical-coordinate representation of color #716A38: hue angle of 52.63º 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 #716A38 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 56 -
CMYK 0 0.06 0.50 0.56
HSL 52.63º 0.34% 0.33% -
HSV(B) 52.63º 0.5% 0.44% -
XYZ 12.68 14.1 5.8 -
YUV 102.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 113 106 56 0 0.06 0.50 0.56 52.63 0.34 0.33
Hex 71 6A 38 0 6 32 38 35 22 21
Octal 161 152 70 0 6 62 70 65 42 41
Binary 1110001 1101010 111000 0 110 110010 111000 110101 100010 100001

Color Harmonies of #716A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A38

Black with #716A38

Text Example


Text Example

White with #716A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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