Html Css Color HEX #706831 Himalaya

📋 copy color: '#706831'

red 112 ◦ green 104 ◦ blue 49

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

Shades of Himalaya #706831

Tints of Himalaya #706831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.25%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 42.26%
G = 39.25%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#706831 (or 0x706831) is known color: Himalaya. HEX triplet: 70, 68 and 31. RGB value is (112,104,49). Sum of RGB (Red+Green+Blue) = 112+104+49=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706831 is #8F97CE. Grayscale: #646464. Windows color (decimal): -9410511 or 3238000. OLE color: 3238000.

HSL color Cylindrical-coordinate representation of color #706831: hue angle of 52.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706831 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 49 -
CMYK 0 0.07 0.56 0.56
HSL 52.38º 0.39% 0.32% -
HSV(B) 52.38º 0.56% 0.44% -
XYZ 12.19 13.57 4.88 -
YUV 100.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 112 104 49 0 0.07 0.56 0.56 52.38 0.39 0.32
Hex 70 68 31 0 7 38 38 34 27 20
Octal 160 150 61 0 7 70 70 64 47 40
Binary 1110000 1101000 110001 0 111 111000 111000 110100 100111 100000

Color Harmonies of #706831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706831

Black with #706831

Text Example


Text Example

White with #706831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706831; }

 p { color: rgb(112,104,49); }

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

background-color css

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

 a { background-color: rgb(112,104,49); }

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

border-color css

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

 span { border-color: rgb(112,104,49); }

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