#71641B

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

Shades of Olivetone #71641B

Tints of Olivetone #71641B

Color information

#71641B (or 0x71641B) is unknown color: approx Olivetone. HEX triplet: 71, 64 and 1B. RGB value is (113,100,27). Sum of RGB (Red+Green+Blue) = 113+100+27=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71641B is #8E9BE4. Grayscale: #5F5F5F. Windows color (decimal): -9346021 or 1795185. OLE color: 1795185.

HSL color Cylindrical-coordinate representation of color #71641B: hue angle of 50.93º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71641B is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB11310027-
CMYK00.120.760.56
HSL50.93º61.43%27.45%-
HSV(B)50.93º76.11%44.31%-
XYZ11.5712.72.88-
YUV95.5689.31140.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 27 (10.94% from 255) = 11.25%
R=47.08%
G=41.67%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131002700.120.760.5650.9361.4327.45
Hex71641B0C4C38333d1b
Octal1611443301411470637533
Binary111000111001001101101100100110011100011001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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