Html Css Color HEX #706236 Himalaya

📋 copy color: '#706236'

red 112 ◦ green 98 ◦ blue 54

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

Shades of Himalaya #706236

Tints of Himalaya #706236

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

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

R = 42.42%
G = 37.12%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#706236 (or 0x706236) is known color: Himalaya. HEX triplet: 70, 62 and 36. RGB value is (112,98,54). Sum of RGB (Red+Green+Blue) = 112+98+54=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #706236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706236 is #8F9DC9. Grayscale: #616161. Windows color (decimal): -9412042 or 3564144. OLE color: 3564144.

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

Color convert

RGB 112 98 54 -
CMYK 0 0.13 0.52 0.56
HSL 45.52º 0.35% 0.33% -
HSV(B) 45.52º 0.52% 0.44% -
XYZ 11.72 12.45 5.27 -
YUV 97.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 112 98 54 0 0.13 0.52 0.56 45.52 0.35 0.33
Hex 70 62 36 0 D 34 38 2E 23 21
Octal 160 142 66 0 15 64 70 56 43 41
Binary 1110000 1100010 110110 0 1101 110100 111000 101110 100011 100001

Color Harmonies of #706236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706236

Black with #706236

Text Example


Text Example

White with #706236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706236; }

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

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

background-color css

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

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

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

border-color css

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

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

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