Html Css Color HEX #71682F Himalaya

📋 copy color: '#71682F'

red 113 ◦ green 104 ◦ blue 47

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

Shades of Himalaya #71682F

Tints of Himalaya #71682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.39%

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 42.8%
G = 39.39%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71682F (or 0x71682F) is known color: Himalaya. HEX triplet: 71, 68 and 2F. RGB value is (113,104,47). Sum of RGB (Red+Green+Blue) = 113+104+47=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #71682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71682F is #8E97D0. Grayscale: #646464. Windows color (decimal): -9344977 or 3106929. OLE color: 3106929.

HSL color Cylindrical-coordinate representation of color #71682F: hue angle of 51.82º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71682F is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 104 47 -
CMYK 0 0.08 0.58 0.56
HSL 51.82º 0.41% 0.31% -
HSV(B) 51.82º 0.58% 0.44% -
XYZ 12.27 13.62 4.67 -
YUV 100.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 113 104 47 0 0.08 0.58 0.56 51.82 0.41 0.31
Hex 71 68 2F 0 8 3A 38 34 29 1F
Octal 161 150 57 0 10 72 70 64 51 37
Binary 1110001 1101000 101111 0 1000 111010 111000 110100 101001 11111

Color Harmonies of #71682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71682F

Black with #71682F

Text Example


Text Example

White with #71682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71682F; }

 p { color: rgb(113,104,47); }

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

background-color css

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

 a { background-color: rgb(113,104,47); }

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

border-color css

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

 span { border-color: rgb(113,104,47); }

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