#8A6768

Color #8A6768 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #8A6768

Tints of Empress #8A6768

Color information

#8A6768 (or 0x8A6768) is unknown color: approx Empress. HEX triplet: 8A, 67 and 68. RGB value is (138,103,104). Sum of RGB (Red+Green+Blue) = 138+103+104=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6768 is #759897. Grayscale: #717171. Windows color (decimal): -7706776 or 6842250. OLE color: 6842250.

HSL color Cylindrical-coordinate representation of color #8A6768: hue angle of 358.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A6768 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB138103104-
CMYK00.250.250.46
HSL358.29º14.52%47.25%-
HSV(B)358.29º25.36%54.12%-
XYZ17.8316.115.27-
YUV113.58122.6145.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=40%
G=29.86%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810310400.250.250.46358.2914.5247.25
Hex8A6768019192E166f2f
Octal21214715003131565461757
Binary1000101011001111101000011001110011011101011001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6768; }

 p { color: rgb(138,103,104); }

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

<style>
 a { background-color: #8A6768; }

 a { background-color: rgb(138,103,104); }

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

<style>
 span { border-color: #8A6768; }

 span { border-color: rgb(138,103,104); }

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