Html Css Color HEX #716829 Olivetone

📋 copy color: '#716829'

red 113 ◦ green 104 ◦ blue 41

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

Shades of Olivetone #716829

Tints of Olivetone #716829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.31%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 43.8%
G = 40.31%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#716829 (or 0x716829) is known color: Olivetone. HEX triplet: 71, 68 and 29. RGB value is (113,104,41). Sum of RGB (Red+Green+Blue) = 113+104+41=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #716829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716829 is #8E97D6. Grayscale: #636363. Windows color (decimal): -9344983 or 2713713. OLE color: 2713713.

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

Color convert

RGB 113 104 41 -
CMYK 0 0.08 0.64 0.56
HSL 52.5º 0.47% 0.3% -
HSV(B) 52.5º 0.64% 0.44% -
XYZ 12.16 13.57 4.08 -
YUV 99.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 113 104 41 0 0.08 0.64 0.56 52.5 0.47 0.3
Hex 71 68 29 0 8 40 38 34 2F 1E
Octal 161 150 51 0 10 100 70 64 57 36
Binary 1110001 1101000 101001 0 1000 1000000 111000 110100 101111 11110

Color Harmonies of #716829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716829

Black with #716829

Text Example


Text Example

White with #716829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716829; }

 p { color: rgb(113,104,41); }

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

background-color css

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

 a { background-color: rgb(113,104,41); }

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

border-color css

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

 span { border-color: rgb(113,104,41); }

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