Html Css Color HEX #716715 Olivetone

📋 copy color: '#716715'

red 113 ◦ green 103 ◦ blue 21

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

Shades of Olivetone #716715

Tints of Olivetone #716715

RGB

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

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

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

R = 47.68%
G = 43.46%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#716715 (or 0x716715) is known color: Olivetone. HEX triplet: 71, 67 and 15. RGB value is (113,103,21). Sum of RGB (Red+Green+Blue) = 113+103+21=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #716715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716715 is #8E98EA. Grayscale: #606060. Windows color (decimal): -9345259 or 1402737. OLE color: 1402737.

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

Color convert

RGB 113 103 21 -
CMYK 0 0.09 0.81 0.56
HSL 53.48º 0.69% 0.26% -
HSV(B) 53.48º 0.81% 0.44% -
XYZ 11.8 13.27 2.65 -
YUV 96.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 113 103 21 0 0.09 0.81 0.56 53.48 0.69 0.26
Hex 71 67 15 0 9 51 38 35 45 1A
Octal 161 147 25 0 11 121 70 65 105 32
Binary 1110001 1100111 10101 0 1001 1010001 111000 110101 1000101 11010

Color Harmonies of #716715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716715

Black with #716715

Text Example


Text Example

White with #716715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716715; }

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

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

background-color css

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

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

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

border-color css

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

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

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