Html Css Color HEX #706133 Himalaya

📋 copy color: '#706133'

red 112 ◦ green 97 ◦ blue 51

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

Shades of Himalaya #706133

Tints of Himalaya #706133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.31%

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

R = 43.08%
G = 37.31%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#706133 (or 0x706133) is known color: Himalaya. HEX triplet: 70, 61 and 33. RGB value is (112,97,51). Sum of RGB (Red+Green+Blue) = 112+97+51=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #706133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706133 is #8F9ECC. Grayscale: #606060. Windows color (decimal): -9412301 or 3367280. OLE color: 3367280.

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

Color convert

RGB 112 97 51 -
CMYK 0 0.13 0.54 0.56
HSL 45.25º 0.37% 0.32% -
HSV(B) 45.25º 0.54% 0.44% -
XYZ 11.55 12.23 4.88 -
YUV 96.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 112 97 51 0 0.13 0.54 0.56 45.25 0.37 0.32
Hex 70 61 33 0 D 36 38 2D 25 20
Octal 160 141 63 0 15 66 70 55 45 40
Binary 1110000 1100001 110011 0 1101 110110 111000 101101 100101 100000

Color Harmonies of #706133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706133

Black with #706133

Text Example


Text Example

White with #706133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706133; }

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

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

background-color css

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

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

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

border-color css

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

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

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