Html Css Color HEX #8A695E Russett

📋 copy color: '#8A695E'

red 138 ◦ green 105 ◦ blue 94

#8A695E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russett #8A695E

Tints of Russett #8A695E

RGB

 RED value IS 138 (54.3% from 255) = 40.95%

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 40.95%
G = 31.16%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A695E (or 0x8A695E) is known color: Russett. HEX triplet: 8A, 69 and 5E. RGB value is (138,105,94). Sum of RGB (Red+Green+Blue) = 138+105+94=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A695E is #7596A1. Grayscale: #717171. Windows color (decimal): -7706274 or 6187402. OLE color: 6187402.

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

Color convert

RGB 138 105 94 -
CMYK 0 0.24 0.32 0.46
HSL 15º 0.19% 0.45% -
HSV(B) 15º 0.32% 0.54% -
XYZ 17.55 16.31 12.81 -
YUV 113.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 138 105 94 0 0.24 0.32 0.46 15 0.19 0.45
Hex 8A 69 5E 0 18 20 2E F 13 2D
Octal 212 151 136 0 30 40 56 17 23 55
Binary 10001010 1101001 1011110 0 11000 100000 101110 1111 10011 101101

Color Harmonies of #8A695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A695E

Black with #8A695E

Text Example


Text Example

White with #8A695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,105,94); }

 H1.HeaderClassName
 {
   color: #8A695E;
 }
 .AnyTagClassName
 {
   color: #8A695E;
 }
</style>

background-color css

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

 a { background-color: rgb(138,105,94); }

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

border-color css

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

 span { border-color: rgb(138,105,94); }

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