Html Css Color HEX #706126 Himalaya

📋 copy color: '#706126'

red 112 ◦ green 97 ◦ blue 38

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

Shades of Himalaya #706126

Tints of Himalaya #706126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 45.34%
G = 39.27%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#706126 (or 0x706126) is known color: Himalaya. HEX triplet: 70, 61 and 26. RGB value is (112,97,38). Sum of RGB (Red+Green+Blue) = 112+97+38=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706126 is #8F9ED9. Grayscale: #5F5F5F. Windows color (decimal): -9412314 or 2515312. OLE color: 2515312.

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

Color convert

RGB 112 97 38 -
CMYK 0 0.13 0.66 0.56
HSL 47.84º 0.49% 0.29% -
HSV(B) 47.84º 0.66% 0.44% -
XYZ 11.31 12.13 3.58 -
YUV 94.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 112 97 38 0 0.13 0.66 0.56 47.84 0.49 0.29
Hex 70 61 26 0 D 42 38 30 31 1D
Octal 160 141 46 0 15 102 70 60 61 35
Binary 1110000 1100001 100110 0 1101 1000010 111000 110000 110001 11101

Color Harmonies of #706126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706126

Black with #706126

Text Example


Text Example

White with #706126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706126; }

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

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

background-color css

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

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

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

border-color css

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

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

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