Html Css Color HEX #80655A Russett

📋 copy color: '#80655A'

red 128 ◦ green 101 ◦ blue 90

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

Shades of Russett #80655A

Tints of Russett #80655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 40.13%
G = 31.66%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80655A (or 0x80655A) is known color: Russett. HEX triplet: 80, 65 and 5A. RGB value is (128,101,90). Sum of RGB (Red+Green+Blue) = 128+101+90=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80655A is #7F9AA5. Grayscale: #6B6B6B. Windows color (decimal): -8362662 or 5924224. OLE color: 5924224.

HSL color Cylindrical-coordinate representation of color #80655A: hue angle of 17.37º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80655A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 90 -
CMYK 0 0.21 0.30 0.50
HSL 17.37º 0.17% 0.43% -
HSV(B) 17.37º 0.3% 0.5% -
XYZ 15.4 14.63 11.69 -
YUV 107.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 128 101 90 0 0.21 0.30 0.50 17.37 0.17 0.43
Hex 80 65 5A 0 15 1E 32 11 11 2B
Octal 200 145 132 0 25 36 62 21 21 53
Binary 10000000 1100101 1011010 0 10101 11110 110010 10001 10001 101011

Color Harmonies of #80655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80655A

Black with #80655A

Text Example


Text Example

White with #80655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80655A; }

 p { color: rgb(128,101,90); }

 H1.HeaderClassName
 {
   color: #80655A;
 }
 .AnyTagClassName
 {
   color: #80655A;
 }
</style>

background-color css

<style>
 a { background-color: #80655A; }

 a { background-color: rgb(128,101,90); }

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

border-color css

<style>
 span { border-color: #80655A; }

 span { border-color: rgb(128,101,90); }

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