Html Css Color HEX #716515 Olivetone

📋 copy color: '#716515'

red 113 ◦ green 101 ◦ blue 21

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

Shades of Olivetone #716515

Tints of Olivetone #716515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 48.09%
G = 42.98%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#716515 (or 0x716515) is known color: Olivetone. HEX triplet: 71, 65 and 15. RGB value is (113,101,21). Sum of RGB (Red+Green+Blue) = 113+101+21=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #716515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716515 is #8E9AEA. Grayscale: #5F5F5F. Windows color (decimal): -9345771 or 1402225. OLE color: 1402225.

HSL color Cylindrical-coordinate representation of color #716515: hue angle of 52.17º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #716515 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 21 -
CMYK 0 0.11 0.81 0.56
HSL 52.17º 0.69% 0.26% -
HSV(B) 52.17º 0.81% 0.44% -
XYZ 11.6 12.87 2.58 -
YUV 95.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 113 101 21 0 0.11 0.81 0.56 52.17 0.69 0.26
Hex 71 65 15 0 B 51 38 34 45 1A
Octal 161 145 25 0 13 121 70 64 105 32
Binary 1110001 1100101 10101 0 1011 1010001 111000 110100 1000101 11010

Color Harmonies of #716515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716515

Black with #716515

Text Example


Text Example

White with #716515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716515; }

 p { color: rgb(113,101,21); }

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

background-color css

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

 a { background-color: rgb(113,101,21); }

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

border-color css

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

 span { border-color: rgb(113,101,21); }

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