#71651F

Color #71651F Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #71651F

Tints of Olivetone #71651F

Color information

#71651F (or 0x71651F) is unknown color: approx Olivetone. HEX triplet: 71, 65 and 1F. RGB value is (113,101,31). Sum of RGB (Red+Green+Blue) = 113+101+31=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71651F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71651F is #8E9AE0. Grayscale: #606060. Windows color (decimal): -9345761 or 2057585. OLE color: 2057585.

HSL color Cylindrical-coordinate representation of color #71651F: hue angle of 51.22º 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 #71651F is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB11310131-
CMYK00.110.730.56
HSL51.22º56.94%28.24%-
HSV(B)51.22º72.57%44.31%-
XYZ11.7112.923.17-
YUV96.6190.98139.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=46.12%
G=41.22%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131013100.110.730.5651.2256.9428.24
Hex71651F0B493833391c
Octal1611453701311170637134
Binary111000111001011111101011100100111100011001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71651F;
 }
 .AnyTagClassName
 {
   color: #71651F;
 }
</style>
background-color css

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

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

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

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

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

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