Html Css Color HEX #706335 Himalaya

📋 copy color: '#706335'

red 112 ◦ green 99 ◦ blue 53

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

Shades of Himalaya #706335

Tints of Himalaya #706335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

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

R = 42.42%
G = 37.5%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#706335 (or 0x706335) is known color: Himalaya. HEX triplet: 70, 63 and 35. RGB value is (112,99,53). Sum of RGB (Red+Green+Blue) = 112+99+53=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #706335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706335 is #8F9CCA. Grayscale: #616161. Windows color (decimal): -9411787 or 3498864. OLE color: 3498864.

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

Color convert

RGB 112 99 53 -
CMYK 0 0.12 0.53 0.56
HSL 46.78º 0.36% 0.32% -
HSV(B) 46.78º 0.53% 0.44% -
XYZ 11.79 12.63 5.18 -
YUV 97.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 112 99 53 0 0.12 0.53 0.56 46.78 0.36 0.32
Hex 70 63 35 0 C 35 38 2F 24 20
Octal 160 143 65 0 14 65 70 57 44 40
Binary 1110000 1100011 110101 0 1100 110101 111000 101111 100100 100000

Color Harmonies of #706335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706335

Black with #706335

Text Example


Text Example

White with #706335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706335; }

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

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

background-color css

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

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

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

border-color css

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

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

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