Html Css Color HEX #706535 Himalaya

📋 copy color: '#706535'

red 112 ◦ green 101 ◦ blue 53

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

Shades of Himalaya #706535

Tints of Himalaya #706535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

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

R = 42.11%
G = 37.97%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#706535 (or 0x706535) is known color: Himalaya. HEX triplet: 70, 65 and 35. RGB value is (112,101,53). Sum of RGB (Red+Green+Blue) = 112+101+53=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706535 is #8F9ACA. Grayscale: #636363. Windows color (decimal): -9411275 or 3499376. OLE color: 3499376.

HSL color Cylindrical-coordinate representation of color #706535: hue angle of 48.81º 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 #706535 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 53 -
CMYK 0 0.10 0.53 0.56
HSL 48.81º 0.36% 0.32% -
HSV(B) 48.81º 0.53% 0.44% -
XYZ 11.98 13.01 5.25 -
YUV 98.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 112 101 53 0 0.10 0.53 0.56 48.81 0.36 0.32
Hex 70 65 35 0 A 35 38 31 24 20
Octal 160 145 65 0 12 65 70 61 44 40
Binary 1110000 1100101 110101 0 1010 110101 111000 110001 100100 100000

Color Harmonies of #706535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706535

Black with #706535

Text Example


Text Example

White with #706535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706535; }

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

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

background-color css

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

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

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

border-color css

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

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

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