Html Css Color HEX #706521 Olivetone

📋 copy color: '#706521'

red 112 ◦ green 101 ◦ blue 33

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

Shades of Olivetone #706521

Tints of Olivetone #706521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.06%

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

R = 45.53%
G = 41.06%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706521 (or 0x706521) is known color: Olivetone. HEX triplet: 70, 65 and 21. RGB value is (112,101,33). Sum of RGB (Red+Green+Blue) = 112+101+33=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706521 is #8F9ADE. Grayscale: #606060. Windows color (decimal): -9411295 or 2188656. OLE color: 2188656.

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

Color convert

RGB 112 101 33 -
CMYK 0 0.10 0.71 0.56
HSL 51.65º 0.54% 0.28% -
HSV(B) 51.65º 0.71% 0.44% -
XYZ 11.61 12.86 3.31 -
YUV 96.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 112 101 33 0 0.10 0.71 0.56 51.65 0.54 0.28
Hex 70 65 21 0 A 47 38 34 36 1C
Octal 160 145 41 0 12 107 70 64 66 34
Binary 1110000 1100101 100001 0 1010 1000111 111000 110100 110110 11100

Color Harmonies of #706521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706521

Black with #706521

Text Example


Text Example

White with #706521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706521; }

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

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

background-color css

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

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

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

border-color css

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

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

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