Html Css Color HEX #716611 Olivetone

📋 copy color: '#716611'

red 113 ◦ green 102 ◦ blue 17

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

Shades of Olivetone #716611

Tints of Olivetone #716611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.97%

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 48.71%
G = 43.97%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#716611 (or 0x716611) is known color: Olivetone. HEX triplet: 71, 66 and 11. RGB value is (113,102,17). Sum of RGB (Red+Green+Blue) = 113+102+17=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716611 is #8E99EE. Grayscale: #5F5F5F. Windows color (decimal): -9345519 or 1140337. OLE color: 1140337.

HSL color Cylindrical-coordinate representation of color #716611: hue angle of 53.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #716611 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 17 -
CMYK 0 0.10 0.85 0.56
HSL 53.13º 0.74% 0.25% -
HSV(B) 53.13º 0.85% 0.44% -
XYZ 11.66 13.05 2.44 -
YUV 95.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 113 102 17 0 0.10 0.85 0.56 53.13 0.74 0.25
Hex 71 66 11 0 A 55 38 35 4A 19
Octal 161 146 21 0 12 125 70 65 112 31
Binary 1110001 1100110 10001 0 1010 1010101 111000 110101 1001010 11001

Color Harmonies of #716611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716611

Black with #716611

Text Example


Text Example

White with #716611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716611; }

 p { color: rgb(113,102,17); }

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

background-color css

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

 a { background-color: rgb(113,102,17); }

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

border-color css

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

 span { border-color: rgb(113,102,17); }

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