#75691A

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

Shades of Olivetone #75691A

Tints of Olivetone #75691A

Color information

#75691A (or 0x75691A) is unknown color: approx Olivetone. HEX triplet: 75, 69 and 1A. RGB value is (117,105,26). Sum of RGB (Red+Green+Blue) = 117+105+26=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75691A is #8A96E5. Grayscale: #636363. Windows color (decimal): -9082598 or 1730933. OLE color: 1730933.

HSL color Cylindrical-coordinate representation of color #75691A: hue angle of 52.09º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75691A is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11710526-
CMYK00.100.780.54
HSL52.09º63.64%28.04%-
HSV(B)52.09º77.78%45.88%-
XYZ12.5713.963.01-
YUV99.5886.48140.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 26 (10.55% from 255) = 10.48%
R=47.18%
G=42.34%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171052600.100.780.5452.0963.6428.04
Hex75691A0A4E3634401c
Octal16515132012116666410034
Binary1110101110100111010010101001110110110110100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75691A; }

 p { color: rgb(117,105,26); }

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

<style>
 a { background-color: #75691A; }

 a { background-color: rgb(117,105,26); }

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

<style>
 span { border-color: #75691A; }

 span { border-color: rgb(117,105,26); }

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