Html Css Color HEX #80665F Russett

📋 copy color: '#80665F'

red 128 ◦ green 102 ◦ blue 95

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

Shades of Russett #80665F

Tints of Russett #80665F

RGB

 RED value IS 128 (50.39% from 255) = 39.38%

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 39.38%
G = 31.38%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80665F (or 0x80665F) is known color: Russett. HEX triplet: 80, 66 and 5F. RGB value is (128,102,95). Sum of RGB (Red+Green+Blue) = 128+102+95=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #80665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80665F is #7F99A0. Grayscale: #6D6D6D. Windows color (decimal): -8362401 or 6252160. OLE color: 6252160.

HSL color Cylindrical-coordinate representation of color #80665F: hue angle of 12.73º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80665F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 95 -
CMYK 0 0.20 0.26 0.50
HSL 12.73º 0.15% 0.44% -
HSV(B) 12.73º 0.26% 0.5% -
XYZ 15.72 14.92 12.88 -
YUV 108.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 128 102 95 0 0.20 0.26 0.50 12.73 0.15 0.44
Hex 80 66 5F 0 14 1A 32 D F 2C
Octal 200 146 137 0 24 32 62 15 17 54
Binary 10000000 1100110 1011111 0 10100 11010 110010 1101 1111 101100

Color Harmonies of #80665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80665F

Black with #80665F

Text Example


Text Example

White with #80665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80665F; }

 p { color: rgb(128,102,95); }

 H1.HeaderClassName
 {
   color: #80665F;
 }
 .AnyTagClassName
 {
   color: #80665F;
 }
</style>

background-color css

<style>
 a { background-color: #80665F; }

 a { background-color: rgb(128,102,95); }

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

border-color css

<style>
 span { border-color: #80665F; }

 span { border-color: rgb(128,102,95); }

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