Html Css Color HEX #8A695F Russett

📋 copy color: '#8A695F'

red 138 ◦ green 105 ◦ blue 95

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

Shades of Russett #8A695F

Tints of Russett #8A695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 40.83%
G = 31.07%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A695F (or 0x8A695F) is known color: Russett. HEX triplet: 8A, 69 and 5F. RGB value is (138,105,95). Sum of RGB (Red+Green+Blue) = 138+105+95=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A695F is #7596A0. Grayscale: #717171. Windows color (decimal): -7706273 or 6252938. OLE color: 6252938.

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

Color convert

RGB 138 105 95 -
CMYK 0 0.24 0.31 0.46
HSL 13.95º 0.18% 0.46% -
HSV(B) 13.95º 0.31% 0.54% -
XYZ 17.6 16.33 13.05 -
YUV 113.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 138 105 95 0 0.24 0.31 0.46 13.95 0.18 0.46
Hex 8A 69 5F 0 18 1F 2E E 12 2E
Octal 212 151 137 0 30 37 56 16 22 56
Binary 10001010 1101001 1011111 0 11000 11111 101110 1110 10010 101110

Color Harmonies of #8A695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A695F

Black with #8A695F

Text Example


Text Example

White with #8A695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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