#71680F

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

Shades of Olivetone #71680F

Tints of Olivetone #71680F

Color information

#71680F (or 0x71680F) is unknown color: approx Olivetone. HEX triplet: 71, 68 and 0F. RGB value is (113,104,15). Sum of RGB (Red+Green+Blue) = 113+104+15=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #71680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71680F is #8E97F0. Grayscale: #606060. Windows color (decimal): -9345009 or 1009777. OLE color: 1009777.

HSL color Cylindrical-coordinate representation of color #71680F: hue angle of 54.49º 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 #71680F is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB11310415-
CMYK00.080.870.56
HSL54.49º76.56%25.1%-
HSV(B)54.49º86.73%44.31%-
XYZ11.8513.452.42-
YUV96.5481.98139.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=48.71%
G=44.83%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131041500.080.870.5654.4976.5625.1
Hex7168F085738364d19
Octal16115017010127706611531
Binary111000111010001111010001010111111000110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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