#71692C

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

Shades of Olivetone #71692C

Tints of Olivetone #71692C

Color information

#71692C (or 0x71692C) is unknown color: approx Olivetone. HEX triplet: 71, 69 and 2C. RGB value is (113,105,44). Sum of RGB (Red+Green+Blue) = 113+105+44=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71692C is #8E96D3. Grayscale: #646464. Windows color (decimal): -9344724 or 2910577. OLE color: 2910577.

HSL color Cylindrical-coordinate representation of color #71692C: hue angle of 53.04º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71692C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB11310544-
CMYK00.070.610.56
HSL53.04º43.95%30.78%-
HSV(B)53.04º61.06%44.31%-
XYZ12.3213.84.4-
YUV100.4496.15136.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=43.13%
G=40.08%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131054400.070.610.5653.0443.9530.78
Hex71692C073D38352c1f
Octal16115154077570655437
Binary11100011101001101100011111110111100011010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71692C; }

 p { color: rgb(113,105,44); }

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

<style>
 a { background-color: #71692C; }

 a { background-color: rgb(113,105,44); }

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

<style>
 span { border-color: #71692C; }

 span { border-color: rgb(113,105,44); }

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