#71651D

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

Shades of Olivetone #71651D

Tints of Olivetone #71651D

Color information

#71651D (or 0x71651D) is unknown color: approx Olivetone. HEX triplet: 71, 65 and 1D. RGB value is (113,101,29). Sum of RGB (Red+Green+Blue) = 113+101+29=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71651D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71651D is #8E9AE2. Grayscale: #606060. Windows color (decimal): -9345763 or 1926513. OLE color: 1926513.

HSL color Cylindrical-coordinate representation of color #71651D: hue angle of 51.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71651D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB11310129-
CMYK00.110.740.56
HSL51.43º59.15%27.84%-
HSV(B)51.43º74.34%44.31%-
XYZ11.6912.913.04-
YUV96.3889.98139.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 29 (11.72% from 255) = 11.93%
R=46.50%
G=41.56%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131012900.110.740.5651.4359.1527.84
Hex71651D0B4A38333b1c
Octal1611453501311270637334
Binary111000111001011110101011100101011100011001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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