Html Css Color HEX #71691F Olivetone

📋 copy color: '#71691F'

red 113 ◦ green 105 ◦ blue 31

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

Shades of Olivetone #71691F

Tints of Olivetone #71691F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.17%

 BLUE value IS 31 (12.5% from 255) = 12.45%

R = 45.38%
G = 42.17%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71691F (or 0x71691F) is known color: Olivetone. HEX triplet: 71, 69 and 1F. RGB value is (113,105,31). Sum of RGB (Red+Green+Blue) = 113+105+31=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #71691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71691F is #8E96E0. Grayscale: #636363. Windows color (decimal): -9344737 or 2058609. OLE color: 2058609.

HSL color Cylindrical-coordinate representation of color #71691F: hue angle of 54.15º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71691F is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 31 -
CMYK 0 0.07 0.73 0.56
HSL 54.15º 0.57% 0.28% -
HSV(B) 54.15º 0.73% 0.44% -
XYZ 12.11 13.71 3.3 -
YUV 98.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 113 105 31 0 0.07 0.73 0.56 54.15 0.57 0.28
Hex 71 69 1F 0 7 49 38 36 39 1C
Octal 161 151 37 0 7 111 70 66 71 34
Binary 1110001 1101001 11111 0 111 1001001 111000 110110 111001 11100

Color Harmonies of #71691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71691F

Black with #71691F

Text Example


Text Example

White with #71691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71691F; }

 p { color: rgb(113,105,31); }

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

background-color css

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

 a { background-color: rgb(113,105,31); }

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

border-color css

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

 span { border-color: rgb(113,105,31); }

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