Html Css Color HEX #716824 Olivetone

📋 copy color: '#716824'

red 113 ◦ green 104 ◦ blue 36

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

Shades of Olivetone #716824

Tints of Olivetone #716824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.23%

R = 44.66%
G = 41.11%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#716824 (or 0x716824) is known color: Olivetone. HEX triplet: 71, 68 and 24. RGB value is (113,104,36). Sum of RGB (Red+Green+Blue) = 113+104+36=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #716824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716824 is #8E97DB. Grayscale: #636363. Windows color (decimal): -9344988 or 2386033. OLE color: 2386033.

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

Color convert

RGB 113 104 36 -
CMYK 0 0.08 0.68 0.56
HSL 52.99º 0.52% 0.29% -
HSV(B) 52.99º 0.68% 0.44% -
XYZ 12.08 13.54 3.65 -
YUV 98.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 113 104 36 0 0.08 0.68 0.56 52.99 0.52 0.29
Hex 71 68 24 0 8 44 38 35 34 1D
Octal 161 150 44 0 10 104 70 65 64 35
Binary 1110001 1101000 100100 0 1000 1000100 111000 110101 110100 11101

Color Harmonies of #716824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716824

Black with #716824

Text Example


Text Example

White with #716824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716824; }

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

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

background-color css

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

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

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

border-color css

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

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

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