Html Css Color HEX #70611F Himalaya

📋 copy color: '#70611F'

red 112 ◦ green 97 ◦ blue 31

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

Shades of Himalaya #70611F

Tints of Himalaya #70611F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.92%

R = 46.67%
G = 40.42%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70611F (or 0x70611F) is known color: Himalaya. HEX triplet: 70, 61 and 1F. RGB value is (112,97,31). Sum of RGB (Red+Green+Blue) = 112+97+31=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70611F is #8F9EE0. Grayscale: #5E5E5E. Windows color (decimal): -9412321 or 2056560. OLE color: 2056560.

HSL color Cylindrical-coordinate representation of color #70611F: hue angle of 48.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70611F is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 97 31 -
CMYK 0 0.13 0.72 0.56
HSL 48.89º 0.57% 0.28% -
HSV(B) 48.89º 0.72% 0.44% -
XYZ 11.2 12.09 3.04 -
YUV 93.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 112 97 31 0 0.13 0.72 0.56 48.89 0.57 0.28
Hex 70 61 1F 0 D 48 38 31 39 1C
Octal 160 141 37 0 15 110 70 61 71 34
Binary 1110000 1100001 11111 0 1101 1001000 111000 110001 111001 11100

Color Harmonies of #70611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70611F

Black with #70611F

Text Example


Text Example

White with #70611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70611F; }

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

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

background-color css

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

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

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

border-color css

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

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

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