#71690F

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

Shades of Olivetone #71690F

Tints of Olivetone #71690F

Color information

#71690F (or 0x71690F) is unknown color: approx Olivetone. HEX triplet: 71, 69 and 0F. RGB value is (113,105,15). Sum of RGB (Red+Green+Blue) = 113+105+15=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #71690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71690F is #8E96F0. Grayscale: #616161. Windows color (decimal): -9344753 or 1010033. OLE color: 1010033.

HSL color Cylindrical-coordinate representation of color #71690F: hue angle of 55.1º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71690F is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB11310515-
CMYK00.070.870.56
HSL55.1º76.56%25.1%-
HSV(B)55.1º86.73%44.31%-
XYZ11.9513.652.46-
YUV97.1381.65139.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=48.50%
G=45.06%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131051500.070.870.5655.176.5625.1
Hex7169F075738374d19
Octal1611511707127706711531
Binary11100011101001111101111010111111000110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71690F; }

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

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

<style>
 a { background-color: #71690F; }

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

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

<style>
 span { border-color: #71690F; }

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

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