Html Css Color HEX #706A3A Himalaya

📋 copy color: '#706A3A'

red 112 ◦ green 106 ◦ blue 58

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

Shades of Himalaya #706A3A

Tints of Himalaya #706A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 40.58%
G = 38.41%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#706A3A (or 0x706A3A) is known color: Himalaya. HEX triplet: 70, 6A and 3A. RGB value is (112,106,58). Sum of RGB (Red+Green+Blue) = 112+106+58=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A3A is #8F95C5. Grayscale: #666666. Windows color (decimal): -9409990 or 3828336. OLE color: 3828336.

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

Color convert

RGB 112 106 58 -
CMYK 0 0.05 0.48 0.56
HSL 53.33º 0.32% 0.33% -
HSV(B) 53.33º 0.48% 0.44% -
XYZ 12.6 14.06 6.05 -
YUV 102.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 112 106 58 0 0.05 0.48 0.56 53.33 0.32 0.33
Hex 70 6A 3A 0 5 30 38 35 20 21
Octal 160 152 72 0 5 60 70 65 40 41
Binary 1110000 1101010 111010 0 101 110000 111000 110101 100000 100001

Color Harmonies of #706A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A3A

Black with #706A3A

Text Example


Text Example

White with #706A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A3A; }

 p { color: rgb(112,106,58); }

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

background-color css

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

 a { background-color: rgb(112,106,58); }

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

border-color css

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

 span { border-color: rgb(112,106,58); }

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