#75681C

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

Shades of Olivetone #75681C

Tints of Olivetone #75681C

Color information

#75681C (or 0x75681C) is unknown color: approx Olivetone. HEX triplet: 75, 68 and 1C. RGB value is (117,104,28). Sum of RGB (Red+Green+Blue) = 117+104+28=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75681C is #8A97E3. Grayscale: #636363. Windows color (decimal): -9082852 or 1861749. OLE color: 1861749.

HSL color Cylindrical-coordinate representation of color #75681C: hue angle of 51.24º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75681C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB11710428-
CMYK00.110.760.54
HSL51.24º61.38%28.43%-
HSV(B)51.24º76.07%45.88%-
XYZ12.513.773.1-
YUV99.2287.81140.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=46.99%
G=41.77%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171042800.110.760.5451.2461.3828.43
Hex75681C0B4C36333d1c
Octal1651503401311466637534
Binary111010111010001110001011100110011011011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,104,28); }

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

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

 a { background-color: rgb(117,104,28); }

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

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

 span { border-color: rgb(117,104,28); }

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