Html Css Color HEX #80655E Russett

📋 copy color: '#80655E'

red 128 ◦ green 101 ◦ blue 94

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

Shades of Russett #80655E

Tints of Russett #80655E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 39.63%
G = 31.27%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80655E (or 0x80655E) is known color: Russett. HEX triplet: 80, 65 and 5E. RGB value is (128,101,94). Sum of RGB (Red+Green+Blue) = 128+101+94=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80655E is #7F9AA1. Grayscale: #6C6C6C. Windows color (decimal): -8362658 or 6186368. OLE color: 6186368.

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

Color convert

RGB 128 101 94 -
CMYK 0 0.21 0.27 0.50
HSL 12.35º 0.15% 0.44% -
HSV(B) 12.35º 0.27% 0.5% -
XYZ 15.58 14.7 12.61 -
YUV 108.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 128 101 94 0 0.21 0.27 0.50 12.35 0.15 0.44
Hex 80 65 5E 0 15 1B 32 C F 2C
Octal 200 145 136 0 25 33 62 14 17 54
Binary 10000000 1100101 1011110 0 10101 11011 110010 1100 1111 101100

Color Harmonies of #80655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80655E

Black with #80655E

Text Example


Text Example

White with #80655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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