Html Css Color HEX #716636 Himalaya

📋 copy color: '#716636'

red 113 ◦ green 102 ◦ blue 54

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

Shades of Himalaya #716636

Tints of Himalaya #716636

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 42.01%
G = 37.92%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#716636 (or 0x716636) is known color: Himalaya. HEX triplet: 71, 66 and 36. RGB value is (113,102,54). Sum of RGB (Red+Green+Blue) = 113+102+54=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716636 is #8E99C9. Grayscale: #646464. Windows color (decimal): -9345482 or 3565169. OLE color: 3565169.

HSL color Cylindrical-coordinate representation of color #716636: hue angle of 48.81º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #716636 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 54 -
CMYK 0 0.10 0.52 0.56
HSL 48.81º 0.35% 0.33% -
HSV(B) 48.81º 0.52% 0.44% -
XYZ 12.23 13.28 5.41 -
YUV 99.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 113 102 54 0 0.10 0.52 0.56 48.81 0.35 0.33
Hex 71 66 36 0 A 34 38 31 23 21
Octal 161 146 66 0 12 64 70 61 43 41
Binary 1110001 1100110 110110 0 1010 110100 111000 110001 100011 100001

Color Harmonies of #716636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716636

Black with #716636

Text Example


Text Example

White with #716636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716636; }

 p { color: rgb(113,102,54); }

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

background-color css

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

 a { background-color: rgb(113,102,54); }

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

border-color css

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

 span { border-color: rgb(113,102,54); }

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