Html Css Color HEX #80645C Russett

📋 copy color: '#80645C'

red 128 ◦ green 100 ◦ blue 92

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

Shades of Russett #80645C

Tints of Russett #80645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

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

R = 40%
G = 31.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80645C (or 0x80645C) is known color: Russett. HEX triplet: 80, 64 and 5C. RGB value is (128,100,92). Sum of RGB (Red+Green+Blue) = 128+100+92=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80645C is #7F9BA3. Grayscale: #6B6B6B. Windows color (decimal): -8362916 or 6055040. OLE color: 6055040.

HSL color Cylindrical-coordinate representation of color #80645C: hue angle of 13.33º 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 #80645C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 92 -
CMYK 0 0.22 0.28 0.50
HSL 13.33º 0.16% 0.43% -
HSV(B) 13.33º 0.28% 0.5% -
XYZ 15.39 14.48 12.11 -
YUV 107.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 128 100 92 0 0.22 0.28 0.50 13.33 0.16 0.43
Hex 80 64 5C 0 16 1C 32 D 10 2B
Octal 200 144 134 0 26 34 62 15 20 53
Binary 10000000 1100100 1011100 0 10110 11100 110010 1101 10000 101011

Color Harmonies of #80645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80645C

Black with #80645C

Text Example


Text Example

White with #80645C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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