Html Css Color HEX #80665C Russett

📋 copy color: '#80665C'

red 128 ◦ green 102 ◦ blue 92

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

Shades of Russett #80665C

Tints of Russett #80665C

RGB

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

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

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

R = 39.75%
G = 31.68%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80665C (or 0x80665C) is known color: Russett. HEX triplet: 80, 66 and 5C. RGB value is (128,102,92). Sum of RGB (Red+Green+Blue) = 128+102+92=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #80665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80665C is #7F99A3. Grayscale: #6C6C6C. Windows color (decimal): -8362404 or 6055552. OLE color: 6055552.

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

Color convert

RGB 128 102 92 -
CMYK 0 0.20 0.28 0.50
HSL 16.67º 0.16% 0.43% -
HSV(B) 16.67º 0.28% 0.5% -
XYZ 15.59 14.86 12.17 -
YUV 108.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 128 102 92 0 0.20 0.28 0.50 16.67 0.16 0.43
Hex 80 66 5C 0 14 1C 32 11 10 2B
Octal 200 146 134 0 24 34 62 21 20 53
Binary 10000000 1100110 1011100 0 10100 11100 110010 10001 10000 101011

Color Harmonies of #80665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80665C

Black with #80665C

Text Example


Text Example

White with #80665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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