Html Css Color HEX #716631 Himalaya

📋 copy color: '#716631'

red 113 ◦ green 102 ◦ blue 49

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

Shades of Himalaya #716631

Tints of Himalaya #716631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 42.8%
G = 38.64%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#716631 (or 0x716631) is known color: Himalaya. HEX triplet: 71, 66 and 31. RGB value is (113,102,49). Sum of RGB (Red+Green+Blue) = 113+102+49=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #716631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716631 is #8E99CE. Grayscale: #636363. Windows color (decimal): -9345487 or 3237489. OLE color: 3237489.

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

Color convert

RGB 113 102 49 -
CMYK 0 0.10 0.57 0.56
HSL 49.69º 0.4% 0.32% -
HSV(B) 49.69º 0.57% 0.44% -
XYZ 12.12 13.24 4.82 -
YUV 99.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 113 102 49 0 0.10 0.57 0.56 49.69 0.4 0.32
Hex 71 66 31 0 A 39 38 32 28 20
Octal 161 146 61 0 12 71 70 62 50 40
Binary 1110001 1100110 110001 0 1010 111001 111000 110010 101000 100000

Color Harmonies of #716631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716631

Black with #716631

Text Example


Text Example

White with #716631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716631; }

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

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

background-color css

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

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

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

border-color css

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

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

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