#71671E

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

Shades of Olivetone #71671E

Tints of Olivetone #71671E

Color information

#71671E (or 0x71671E) is unknown color: approx Olivetone. HEX triplet: 71, 67 and 1E. RGB value is (113,103,30). Sum of RGB (Red+Green+Blue) = 113+103+30=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71671E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71671E is #8E98E1. Grayscale: #616161. Windows color (decimal): -9345250 or 1992561. OLE color: 1992561.

HSL color Cylindrical-coordinate representation of color #71671E: hue angle of 52.77º degrees, saturation: 0.58, 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 #71671E is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB11310330-
CMYK00.090.730.56
HSL52.77º58.04%28.04%-
HSV(B)52.77º73.45%44.31%-
XYZ11.8913.33.17-
YUV97.6789.81138.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=45.93%
G=41.87%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131033000.090.730.5652.7758.0428.04
Hex71671E094938353a1c
Octal1611473601111170657234
Binary111000111001111111001001100100111100011010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71671E; }

 p { color: rgb(113,103,30); }

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

<style>
 a { background-color: #71671E; }

 a { background-color: rgb(113,103,30); }

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

<style>
 span { border-color: #71671E; }

 span { border-color: rgb(113,103,30); }

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