#75691C

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

Shades of Olivetone #75691C

Tints of Olivetone #75691C

Color information

#75691C (or 0x75691C) is unknown color: approx Olivetone. HEX triplet: 75, 69 and 1C. RGB value is (117,105,28). Sum of RGB (Red+Green+Blue) = 117+105+28=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75691C is #8A96E3. Grayscale: #646464. Windows color (decimal): -9082596 or 1862005. OLE color: 1862005.

HSL color Cylindrical-coordinate representation of color #75691C: hue angle of 51.91º 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 #75691C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB11710528-
CMYK00.100.760.54
HSL51.91º61.38%28.43%-
HSV(B)51.91º76.07%45.88%-
XYZ12.613.973.13-
YUV99.8187.48140.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 28 (11.33% from 255) = 11.2%
R=46.8%
G=42%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171052800.100.760.5451.9161.3828.43
Hex75691C0A4C36343d1c
Octal1651513401211466647534
Binary111010111010011110001010100110011011011010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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