Html Css Color HEX #716632 Himalaya

📋 copy color: '#716632'

red 113 ◦ green 102 ◦ blue 50

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

Shades of Himalaya #716632

Tints of Himalaya #716632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.87%

R = 42.64%
G = 38.49%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#716632 (or 0x716632) is known color: Himalaya. HEX triplet: 71, 66 and 32. RGB value is (113,102,50). Sum of RGB (Red+Green+Blue) = 113+102+50=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #716632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716632 is #8E99CD. Grayscale: #636363. Windows color (decimal): -9345486 or 3303025. OLE color: 3303025.

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

Color convert

RGB 113 102 50 -
CMYK 0 0.10 0.56 0.56
HSL 49.52º 0.39% 0.32% -
HSV(B) 49.52º 0.56% 0.44% -
XYZ 12.14 13.24 4.93 -
YUV 99.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 113 102 50 0 0.10 0.56 0.56 49.52 0.39 0.32
Hex 71 66 32 0 A 38 38 32 27 20
Octal 161 146 62 0 12 70 70 62 47 40
Binary 1110001 1100110 110010 0 1010 111000 111000 110010 100111 100000

Color Harmonies of #716632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716632

Black with #716632

Text Example


Text Example

White with #716632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716632; }

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

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

background-color css

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

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

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

border-color css

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

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

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