Html Css Color HEX #8A685C Russett

📋 copy color: '#8A685C'

red 138 ◦ green 104 ◦ blue 92

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

Shades of Russett #8A685C

Tints of Russett #8A685C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 41.32%
G = 31.14%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A685C (or 0x8A685C) is known color: Russett. HEX triplet: 8A, 68 and 5C. RGB value is (138,104,92). Sum of RGB (Red+Green+Blue) = 138+104+92=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A685C is #7597A3. Grayscale: #707070. Windows color (decimal): -7706532 or 6056074. OLE color: 6056074.

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

Color convert

RGB 138 104 92 -
CMYK 0 0.25 0.33 0.46
HSL 15.65º 0.2% 0.45% -
HSV(B) 15.65º 0.33% 0.54% -
XYZ 17.36 16.08 12.31 -
YUV 112.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 138 104 92 0 0.25 0.33 0.46 15.65 0.2 0.45
Hex 8A 68 5C 0 19 21 2E 10 14 2D
Octal 212 150 134 0 31 41 56 20 24 55
Binary 10001010 1101000 1011100 0 11001 100001 101110 10000 10100 101101

Color Harmonies of #8A685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A685C

Black with #8A685C

Text Example


Text Example

White with #8A685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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