Html Css Color HEX #70621F Himalaya

📋 copy color: '#70621F'

red 112 ◦ green 98 ◦ blue 31

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

Shades of Himalaya #70621F

Tints of Himalaya #70621F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 46.47%
G = 40.66%
B = 12.86%

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

#70621F (or 0x70621F) is known color: Himalaya. HEX triplet: 70, 62 and 1F. RGB value is (112,98,31). Sum of RGB (Red+Green+Blue) = 112+98+31=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70621F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70621F is #8F9DE0. Grayscale: #5E5E5E. Windows color (decimal): -9412065 or 2056816. OLE color: 2056816.

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

Color convert

RGB 112 98 31 -
CMYK 0 0.13 0.72 0.56
HSL 49.63º 0.57% 0.28% -
HSV(B) 49.63º 0.72% 0.44% -
XYZ 11.3 12.28 3.07 -
YUV 94.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 112 98 31 0 0.13 0.72 0.56 49.63 0.57 0.28
Hex 70 62 1F 0 D 48 38 32 39 1C
Octal 160 142 37 0 15 110 70 62 71 34
Binary 1110000 1100010 11111 0 1101 1001000 111000 110010 111001 11100

Color Harmonies of #70621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70621F

Black with #70621F

Text Example


Text Example

White with #70621F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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