Html Css Color HEX #71682A Olivetone

📋 copy color: '#71682A'

red 113 ◦ green 104 ◦ blue 42

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

Shades of Olivetone #71682A

Tints of Olivetone #71682A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.22%

R = 43.63%
G = 40.15%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71682A (or 0x71682A) is known color: Olivetone. HEX triplet: 71, 68 and 2A. RGB value is (113,104,42). Sum of RGB (Red+Green+Blue) = 113+104+42=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71682A is #8E97D5. Grayscale: #636363. Windows color (decimal): -9344982 or 2779249. OLE color: 2779249.

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

Color convert

RGB 113 104 42 -
CMYK 0 0.08 0.63 0.56
HSL 52.39º 0.46% 0.3% -
HSV(B) 52.39º 0.63% 0.44% -
XYZ 12.18 13.58 4.17 -
YUV 99.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 113 104 42 0 0.08 0.63 0.56 52.39 0.46 0.3
Hex 71 68 2A 0 8 3F 38 34 2E 1E
Octal 161 150 52 0 10 77 70 64 56 36
Binary 1110001 1101000 101010 0 1000 111111 111000 110100 101110 11110

Color Harmonies of #71682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71682A

Black with #71682A

Text Example


Text Example

White with #71682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71682A; }

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

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

background-color css

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

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

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

border-color css

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

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

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