#8A645A

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

Shades of Russett #8A645A

Tints of Russett #8A645A

Color information

#8A645A (or 0x8A645A) is unknown color: approx Russett. HEX triplet: 8A, 64 and 5A. RGB value is (138,100,90). Sum of RGB (Red+Green+Blue) = 138+100+90=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A645A is #759BA5. Grayscale: #6E6E6E. Windows color (decimal): -7707558 or 5923978. OLE color: 5923978.

HSL color Cylindrical-coordinate representation of color #8A645A: hue angle of 12.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A645A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB13810090-
CMYK00.280.350.46
HSL12.5º21.05%44.71%-
HSV(B)12.5º34.78%54.12%-
XYZ16.8815.2611.73-
YUV110.22116.59147.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.07%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=42.07%
G=30.49%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381009000.280.350.4612.521.0544.71
Hex8A645A01C232Ec152d
Octal2121441320344356142555
Binary1000101011001001011010011100100011101110110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,90); }

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

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

 a { background-color: rgb(138,100,90); }

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

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

 span { border-color: rgb(138,100,90); }

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