Html Css Color HEX #706830 Himalaya

📋 copy color: '#706830'

red 112 ◦ green 104 ◦ blue 48

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

Shades of Himalaya #706830

Tints of Himalaya #706830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 42.42%
G = 39.39%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#706830 (or 0x706830) is known color: Himalaya. HEX triplet: 70, 68 and 30. RGB value is (112,104,48). Sum of RGB (Red+Green+Blue) = 112+104+48=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #706830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706830 is #8F97CF. Grayscale: #646464. Windows color (decimal): -9410512 or 3172464. OLE color: 3172464.

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

Color convert

RGB 112 104 48 -
CMYK 0 0.07 0.57 0.56
HSL 52.5º 0.4% 0.31% -
HSV(B) 52.5º 0.57% 0.44% -
XYZ 12.17 13.56 4.77 -
YUV 100.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 112 104 48 0 0.07 0.57 0.56 52.5 0.4 0.31
Hex 70 68 30 0 7 39 38 34 28 1F
Octal 160 150 60 0 7 71 70 64 50 37
Binary 1110000 1101000 110000 0 111 111001 111000 110100 101000 11111

Color Harmonies of #706830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706830

Black with #706830

Text Example


Text Example

White with #706830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706830; }

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

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

background-color css

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

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

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

border-color css

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

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

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