Html Css Color HEX #706334 Himalaya

📋 copy color: '#706334'

red 112 ◦ green 99 ◦ blue 52

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

Shades of Himalaya #706334

Tints of Himalaya #706334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 42.59%
G = 37.64%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#706334 (or 0x706334) is known color: Himalaya. HEX triplet: 70, 63 and 34. RGB value is (112,99,52). Sum of RGB (Red+Green+Blue) = 112+99+52=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #706334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706334 is #8F9CCB. Grayscale: #616161. Windows color (decimal): -9411788 or 3433328. OLE color: 3433328.

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

Color convert

RGB 112 99 52 -
CMYK 0 0.12 0.54 0.56
HSL 47º 0.37% 0.32% -
HSV(B) 47º 0.54% 0.44% -
XYZ 11.76 12.62 5.06 -
YUV 97.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 112 99 52 0 0.12 0.54 0.56 47 0.37 0.32
Hex 70 63 34 0 C 36 38 2F 25 20
Octal 160 143 64 0 14 66 70 57 45 40
Binary 1110000 1100011 110100 0 1100 110110 111000 101111 100101 100000

Color Harmonies of #706334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706334

Black with #706334

Text Example


Text Example

White with #706334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706334; }

 p { color: rgb(112,99,52); }

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

background-color css

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

 a { background-color: rgb(112,99,52); }

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

border-color css

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

 span { border-color: rgb(112,99,52); }

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