Html Css Color HEX #716930 Himalaya

📋 copy color: '#716930'

red 113 ◦ green 105 ◦ blue 48

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

Shades of Himalaya #716930

Tints of Himalaya #716930

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 48 (19.14% from 255) = 18.05%

R = 42.48%
G = 39.47%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#716930 (or 0x716930) is known color: Himalaya. HEX triplet: 71, 69 and 30. RGB value is (113,105,48). Sum of RGB (Red+Green+Blue) = 113+105+48=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #716930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716930 is #8E96CF. Grayscale: #656565. Windows color (decimal): -9344720 or 3172721. OLE color: 3172721.

HSL color Cylindrical-coordinate representation of color #716930: hue angle of 52.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #716930 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 48 -
CMYK 0 0.07 0.58 0.56
HSL 52.62º 0.4% 0.32% -
HSV(B) 52.62º 0.58% 0.44% -
XYZ 12.4 13.83 4.81 -
YUV 100.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 113 105 48 0 0.07 0.58 0.56 52.62 0.4 0.32
Hex 71 69 30 0 7 3A 38 35 28 20
Octal 161 151 60 0 7 72 70 65 50 40
Binary 1110001 1101001 110000 0 111 111010 111000 110101 101000 100000

Color Harmonies of #716930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716930

Black with #716930

Text Example


Text Example

White with #716930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716930; }

 p { color: rgb(113,105,48); }

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

background-color css

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

 a { background-color: rgb(113,105,48); }

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

border-color css

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

 span { border-color: rgb(113,105,48); }

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