Html Css Color HEX #716613 Olivetone

📋 copy color: '#716613'

red 113 ◦ green 102 ◦ blue 19

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

Shades of Olivetone #716613

Tints of Olivetone #716613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 48.29%
G = 43.59%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#716613 (or 0x716613) is known color: Olivetone. HEX triplet: 71, 66 and 13. RGB value is (113,102,19). Sum of RGB (Red+Green+Blue) = 113+102+19=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #716613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716613 is #8E99EC. Grayscale: #606060. Windows color (decimal): -9345517 or 1271409. OLE color: 1271409.

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

Color convert

RGB 113 102 19 -
CMYK 0 0.10 0.83 0.56
HSL 52.98º 0.71% 0.26% -
HSV(B) 52.98º 0.83% 0.44% -
XYZ 11.68 13.06 2.52 -
YUV 95.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 113 102 19 0 0.10 0.83 0.56 52.98 0.71 0.26
Hex 71 66 13 0 A 53 38 35 47 1A
Octal 161 146 23 0 12 123 70 65 107 32
Binary 1110001 1100110 10011 0 1010 1010011 111000 110101 1000111 11010

Color Harmonies of #716613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716613

Black with #716613

Text Example


Text Example

White with #716613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716613; }

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

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

background-color css

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

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

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

border-color css

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

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

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