#71680B

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

Shades of Olivetone #71680B

Tints of Olivetone #71680B

Color information

#71680B (or 0x71680B) is unknown color: approx Olivetone. HEX triplet: 71, 68 and 0B. RGB value is (113,104,11). Sum of RGB (Red+Green+Blue) = 113+104+11=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71680B is #8E97F4. Grayscale: #606060. Windows color (decimal): -9345013 or 747633. OLE color: 747633.

HSL color Cylindrical-coordinate representation of color #71680B: hue angle of 54.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71680B is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB11310411-
CMYK00.080.900.56
HSL54.71º82.26%24.31%-
HSV(B)54.71º90.27%44.31%-
XYZ11.8213.442.29-
YUV96.0979.98140.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 11 (4.69% from 255) = 4.82%
R=49.56%
G=45.61%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131041100.080.900.5654.7182.2624.31
Hex7168B085A38375218
Octal16115013010132706712230
Binary111000111010001011010001011010111000110111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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