Html Css Color HEX #706036 Himalaya

📋 copy color: '#706036'

red 112 ◦ green 96 ◦ blue 54

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

Shades of Himalaya #706036

Tints of Himalaya #706036

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 42.75%
G = 36.64%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#706036 (or 0x706036) is known color: Himalaya. HEX triplet: 70, 60 and 36. RGB value is (112,96,54). Sum of RGB (Red+Green+Blue) = 112+96+54=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #706036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706036 is #8F9FC9. Grayscale: #606060. Windows color (decimal): -9412554 or 3563632. OLE color: 3563632.

HSL color Cylindrical-coordinate representation of color #706036: hue angle of 43.45º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706036 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 54 -
CMYK 0 0.14 0.52 0.56
HSL 43.45º 0.35% 0.33% -
HSV(B) 43.45º 0.52% 0.44% -
XYZ 11.53 12.08 5.21 -
YUV 96 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 112 96 54 0 0.14 0.52 0.56 43.45 0.35 0.33
Hex 70 60 36 0 E 34 38 2B 23 21
Octal 160 140 66 0 16 64 70 53 43 41
Binary 1110000 1100000 110110 0 1110 110100 111000 101011 100011 100001

Color Harmonies of #706036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706036

Black with #706036

Text Example


Text Example

White with #706036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706036; }

 p { color: rgb(112,96,54); }

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

background-color css

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

 a { background-color: rgb(112,96,54); }

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

border-color css

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

 span { border-color: rgb(112,96,54); }

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