Html Css Color HEX #716721 Olivetone

📋 copy color: '#716721'

red 113 ◦ green 103 ◦ blue 33

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

Shades of Olivetone #716721

Tints of Olivetone #716721

RGB

 RED value IS 113 (44.53% from 255) = 45.38%

 GREEN value IS 103 (40.63% from 255) = 41.37%

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

R = 45.38%
G = 41.37%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#716721 (or 0x716721) is known color: Olivetone. HEX triplet: 71, 67 and 21. RGB value is (113,103,33). Sum of RGB (Red+Green+Blue) = 113+103+33=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716721 is #8E98DE. Grayscale: #626262. Windows color (decimal): -9345247 or 2189169. OLE color: 2189169.

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

Color convert

RGB 113 103 33 -
CMYK 0 0.09 0.71 0.56
HSL 52.5º 0.55% 0.29% -
HSV(B) 52.5º 0.71% 0.44% -
XYZ 11.93 13.32 3.38 -
YUV 98.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 113 103 33 0 0.09 0.71 0.56 52.5 0.55 0.29
Hex 71 67 21 0 9 47 38 34 37 1D
Octal 161 147 41 0 11 107 70 64 67 35
Binary 1110001 1100111 100001 0 1001 1000111 111000 110100 110111 11101

Color Harmonies of #716721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716721

Black with #716721

Text Example


Text Example

White with #716721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716721; }

 p { color: rgb(113,103,33); }

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

background-color css

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

 a { background-color: rgb(113,103,33); }

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

border-color css

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

 span { border-color: rgb(113,103,33); }

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