Html Css Color HEX #706421 Olivetone

📋 copy color: '#706421'

red 112 ◦ green 100 ◦ blue 33

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

Shades of Olivetone #706421

Tints of Olivetone #706421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.82%

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

R = 45.71%
G = 40.82%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706421 (or 0x706421) is known color: Olivetone. HEX triplet: 70, 64 and 21. RGB value is (112,100,33). Sum of RGB (Red+Green+Blue) = 112+100+33=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #706421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706421 is #8F9BDE. Grayscale: #606060. Windows color (decimal): -9411551 or 2188400. OLE color: 2188400.

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

Color convert

RGB 112 100 33 -
CMYK 0 0.11 0.71 0.56
HSL 50.89º 0.54% 0.28% -
HSV(B) 50.89º 0.71% 0.44% -
XYZ 11.51 12.67 3.28 -
YUV 95.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 112 100 33 0 0.11 0.71 0.56 50.89 0.54 0.28
Hex 70 64 21 0 B 47 38 33 36 1C
Octal 160 144 41 0 13 107 70 63 66 34
Binary 1110000 1100100 100001 0 1011 1000111 111000 110011 110110 11100

Color Harmonies of #706421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706421

Black with #706421

Text Example


Text Example

White with #706421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706421; }

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

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

background-color css

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

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

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

border-color css

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

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

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