Html Css Color HEX #706735 Himalaya

📋 copy color: '#706735'

red 112 ◦ green 103 ◦ blue 53

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

Shades of Himalaya #706735

Tints of Himalaya #706735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.43%

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

R = 41.79%
G = 38.43%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#706735 (or 0x706735) is known color: Himalaya. HEX triplet: 70, 67 and 35. RGB value is (112,103,53). Sum of RGB (Red+Green+Blue) = 112+103+53=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706735 is #8F98CA. Grayscale: #646464. Windows color (decimal): -9410763 or 3499888. OLE color: 3499888.

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

Color convert

RGB 112 103 53 -
CMYK 0 0.08 0.53 0.56
HSL 50.85º 0.36% 0.32% -
HSV(B) 50.85º 0.53% 0.44% -
XYZ 12.17 13.4 5.31 -
YUV 99.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 112 103 53 0 0.08 0.53 0.56 50.85 0.36 0.32
Hex 70 67 35 0 8 35 38 33 24 20
Octal 160 147 65 0 10 65 70 63 44 40
Binary 1110000 1100111 110101 0 1000 110101 111000 110011 100100 100000

Color Harmonies of #706735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706735

Black with #706735

Text Example


Text Example

White with #706735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706735; }

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

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

background-color css

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

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

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

border-color css

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

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

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