Html Css Color HEX #706936 Himalaya

📋 copy color: '#706936'

red 112 ◦ green 105 ◦ blue 54

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

Shades of Himalaya #706936

Tints of Himalaya #706936

RGB

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

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

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

R = 41.33%
G = 38.75%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#706936 (or 0x706936) is known color: Himalaya. HEX triplet: 70, 69 and 36. RGB value is (112,105,54). Sum of RGB (Red+Green+Blue) = 112+105+54=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #706936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706936 is #8F96C9. Grayscale: #656565. Windows color (decimal): -9410250 or 3565936. OLE color: 3565936.

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

Color convert

RGB 112 105 54 -
CMYK 0 0.06 0.52 0.56
HSL 52.76º 0.35% 0.33% -
HSV(B) 52.76º 0.52% 0.44% -
XYZ 12.4 13.81 5.5 -
YUV 101.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 112 105 54 0 0.06 0.52 0.56 52.76 0.35 0.33
Hex 70 69 36 0 6 34 38 35 23 21
Octal 160 151 66 0 6 64 70 65 43 41
Binary 1110000 1101001 110110 0 110 110100 111000 110101 100011 100001

Color Harmonies of #706936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706936

Black with #706936

Text Example


Text Example

White with #706936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706936; }

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

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

background-color css

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

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

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

border-color css

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

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

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