Html Css Color HEX #706127 Himalaya

📋 copy color: '#706127'

red 112 ◦ green 97 ◦ blue 39

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

Shades of Himalaya #706127

Tints of Himalaya #706127

RGB

 RED value IS 112 (44.14% from 255) = 45.16%

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 45.16%
G = 39.11%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#706127 (or 0x706127) is known color: Himalaya. HEX triplet: 70, 61 and 27. RGB value is (112,97,39). Sum of RGB (Red+Green+Blue) = 112+97+39=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706127 is #8F9ED8. Grayscale: #5F5F5F. Windows color (decimal): -9412313 or 2580848. OLE color: 2580848.

HSL color Cylindrical-coordinate representation of color #706127: hue angle of 47.67º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #706127 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 97 39 -
CMYK 0 0.13 0.65 0.56
HSL 47.67º 0.48% 0.3% -
HSV(B) 47.67º 0.65% 0.44% -
XYZ 11.32 12.14 3.67 -
YUV 94.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 112 97 39 0 0.13 0.65 0.56 47.67 0.48 0.3
Hex 70 61 27 0 D 41 38 30 30 1E
Octal 160 141 47 0 15 101 70 60 60 36
Binary 1110000 1100001 100111 0 1101 1000001 111000 110000 110000 11110

Color Harmonies of #706127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706127

Black with #706127

Text Example


Text Example

White with #706127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706127; }

 p { color: rgb(112,97,39); }

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

background-color css

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

 a { background-color: rgb(112,97,39); }

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

border-color css

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

 span { border-color: rgb(112,97,39); }

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