Html Css Color HEX #716734 Himalaya

📋 copy color: '#716734'

red 113 ◦ green 103 ◦ blue 52

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

Shades of Himalaya #716734

Tints of Himalaya #716734

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.43%

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 42.16%
G = 38.43%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#716734 (or 0x716734) is known color: Himalaya. HEX triplet: 71, 67 and 34. RGB value is (113,103,52). Sum of RGB (Red+Green+Blue) = 113+103+52=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #716734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716734 is #8E98CB. Grayscale: #646464. Windows color (decimal): -9345228 or 3434353. OLE color: 3434353.

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

Color convert

RGB 113 103 52 -
CMYK 0 0.09 0.54 0.56
HSL 50.16º 0.37% 0.32% -
HSV(B) 50.16º 0.54% 0.44% -
XYZ 12.28 13.46 5.2 -
YUV 100.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 113 103 52 0 0.09 0.54 0.56 50.16 0.37 0.32
Hex 71 67 34 0 9 36 38 32 25 20
Octal 161 147 64 0 11 66 70 62 45 40
Binary 1110001 1100111 110100 0 1001 110110 111000 110010 100101 100000

Color Harmonies of #716734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716734

Black with #716734

Text Example


Text Example

White with #716734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716734; }

 p { color: rgb(113,103,52); }

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

background-color css

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

 a { background-color: rgb(113,103,52); }

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

border-color css

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

 span { border-color: rgb(113,103,52); }

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