Html Css Color HEX #706125 Himalaya

📋 copy color: '#706125'

red 112 ◦ green 97 ◦ blue 37

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

Shades of Himalaya #706125

Tints of Himalaya #706125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 45.53%
G = 39.43%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#706125 (or 0x706125) is known color: Himalaya. HEX triplet: 70, 61 and 25. RGB value is (112,97,37). Sum of RGB (Red+Green+Blue) = 112+97+37=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706125 is #8F9EDA. Grayscale: #5E5E5E. Windows color (decimal): -9412315 or 2449776. OLE color: 2449776.

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

Color convert

RGB 112 97 37 -
CMYK 0 0.13 0.67 0.56
HSL 48º 0.5% 0.29% -
HSV(B) 48º 0.67% 0.44% -
XYZ 11.29 12.13 3.5 -
YUV 94.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 112 97 37 0 0.13 0.67 0.56 48 0.5 0.29
Hex 70 61 25 0 D 43 38 30 32 1D
Octal 160 141 45 0 15 103 70 60 62 35
Binary 1110000 1100001 100101 0 1101 1000011 111000 110000 110010 11101

Color Harmonies of #706125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706125

Black with #706125

Text Example


Text Example

White with #706125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706125; }

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

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

background-color css

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

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

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

border-color css

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

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

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