#71641D

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

Shades of Olivetone #71641D

Tints of Olivetone #71641D

Color information

#71641D (or 0x71641D) is unknown color: approx Olivetone. HEX triplet: 71, 64 and 1D. RGB value is (113,100,29). Sum of RGB (Red+Green+Blue) = 113+100+29=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71641D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71641D is #8E9BE2. Grayscale: #606060. Windows color (decimal): -9346019 or 1926257. OLE color: 1926257.

HSL color Cylindrical-coordinate representation of color #71641D: hue angle of 50.71º 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 #71641D is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB11310029-
CMYK00.120.740.56
HSL50.71º59.15%27.84%-
HSV(B)50.71º74.34%44.31%-
XYZ11.5912.713.01-
YUV95.7990.31140.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 29 (11.72% from 255) = 11.98%
R=46.69%
G=41.32%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131002900.120.740.5650.7159.1527.84
Hex71641D0C4A38333b1c
Octal1611443501411270637334
Binary111000111001001110101100100101011100011001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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