Html Css Color HEX #716B3C Himalaya

📋 copy color: '#716B3C'

red 113 ◦ green 107 ◦ blue 60

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

Shades of Himalaya #716B3C

Tints of Himalaya #716B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.21%

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 40.36%
G = 38.21%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#716B3C (or 0x716B3C) is known color: Himalaya. HEX triplet: 71, 6B and 3C. RGB value is (113,107,60). Sum of RGB (Red+Green+Blue) = 113+107+60=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B3C is #8E94C3. Grayscale: #676767. Windows color (decimal): -9344196 or 3959665. OLE color: 3959665.

HSL color Cylindrical-coordinate representation of color #716B3C: hue angle of 53.21º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #716B3C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 60 -
CMYK 0 0.05 0.47 0.56
HSL 53.21º 0.31% 0.34% -
HSV(B) 53.21º 0.47% 0.44% -
XYZ 12.88 14.35 6.37 -
YUV 103.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 113 107 60 0 0.05 0.47 0.56 53.21 0.31 0.34
Hex 71 6B 3C 0 5 2F 38 35 1F 22
Octal 161 153 74 0 5 57 70 65 37 42
Binary 1110001 1101011 111100 0 101 101111 111000 110101 11111 100010

Color Harmonies of #716B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B3C

Black with #716B3C

Text Example


Text Example

White with #716B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,107,60); }

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

background-color css

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

 a { background-color: rgb(113,107,60); }

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

border-color css

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

 span { border-color: rgb(113,107,60); }

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