Html Css Color HEX #706935 Himalaya

📋 copy color: '#706935'

red 112 ◦ green 105 ◦ blue 53

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

Shades of Himalaya #706935

Tints of Himalaya #706935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 41.48%
G = 38.89%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#706935 (or 0x706935) is known color: Himalaya. HEX triplet: 70, 69 and 35. RGB value is (112,105,53). Sum of RGB (Red+Green+Blue) = 112+105+53=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #706935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706935 is #8F96CA. Grayscale: #656565. Windows color (decimal): -9410251 or 3500400. OLE color: 3500400.

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

Color convert

RGB 112 105 53 -
CMYK 0 0.06 0.53 0.56
HSL 52.88º 0.36% 0.32% -
HSV(B) 52.88º 0.53% 0.44% -
XYZ 12.38 13.8 5.38 -
YUV 101.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 112 105 53 0 0.06 0.53 0.56 52.88 0.36 0.32
Hex 70 69 35 0 6 35 38 35 24 20
Octal 160 151 65 0 6 65 70 65 44 40
Binary 1110000 1101001 110101 0 110 110101 111000 110101 100100 100000

Color Harmonies of #706935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706935

Black with #706935

Text Example


Text Example

White with #706935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706935; }

 p { color: rgb(112,105,53); }

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

background-color css

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

 a { background-color: rgb(112,105,53); }

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

border-color css

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

 span { border-color: rgb(112,105,53); }

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