Html Css Color HEX #706833 Himalaya

📋 copy color: '#706833'

red 112 ◦ green 104 ◦ blue 51

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

Shades of Himalaya #706833

Tints of Himalaya #706833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 41.95%
G = 38.95%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#706833 (or 0x706833) is known color: Himalaya. HEX triplet: 70, 68 and 33. RGB value is (112,104,51). Sum of RGB (Red+Green+Blue) = 112+104+51=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706833 is #8F97CC. Grayscale: #646464. Windows color (decimal): -9410509 or 3369072. OLE color: 3369072.

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

Color convert

RGB 112 104 51 -
CMYK 0 0.07 0.54 0.56
HSL 52.13º 0.37% 0.32% -
HSV(B) 52.13º 0.54% 0.44% -
XYZ 12.23 13.58 5.11 -
YUV 100.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 112 104 51 0 0.07 0.54 0.56 52.13 0.37 0.32
Hex 70 68 33 0 7 36 38 34 25 20
Octal 160 150 63 0 7 66 70 64 45 40
Binary 1110000 1101000 110011 0 111 110110 111000 110100 100101 100000

Color Harmonies of #706833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706833

Black with #706833

Text Example


Text Example

White with #706833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706833; }

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

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

background-color css

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

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

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

border-color css

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

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

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