Html Css Color HEX #706021 Himalaya

📋 copy color: '#706021'

red 112 ◦ green 96 ◦ blue 33

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

Shades of Himalaya #706021

Tints of Himalaya #706021

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 46.47%
G = 39.83%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706021 (or 0x706021) is known color: Himalaya. HEX triplet: 70, 60 and 21. RGB value is (112,96,33). Sum of RGB (Red+Green+Blue) = 112+96+33=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706021 is #8F9FDE. Grayscale: #5D5D5D. Windows color (decimal): -9412575 or 2187376. OLE color: 2187376.

HSL color Cylindrical-coordinate representation of color #706021: hue angle of 47.85º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #706021 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 33 -
CMYK 0 0.14 0.71 0.56
HSL 47.85º 0.54% 0.28% -
HSV(B) 47.85º 0.71% 0.44% -
XYZ 11.14 11.92 3.15 -
YUV 93.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 112 96 33 0 0.14 0.71 0.56 47.85 0.54 0.28
Hex 70 60 21 0 E 47 38 30 36 1C
Octal 160 140 41 0 16 107 70 60 66 34
Binary 1110000 1100000 100001 0 1110 1000111 111000 110000 110110 11100

Color Harmonies of #706021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706021

Black with #706021

Text Example


Text Example

White with #706021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706021; }

 p { color: rgb(112,96,33); }

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

background-color css

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

 a { background-color: rgb(112,96,33); }

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

border-color css

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

 span { border-color: rgb(112,96,33); }

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