Html Css Color HEX #80675F Russett

📋 copy color: '#80675F'

red 128 ◦ green 103 ◦ blue 95

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

Shades of Russett #80675F

Tints of Russett #80675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

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

R = 39.26%
G = 31.6%
B = 29.14%

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

#80675F (or 0x80675F) is known color: Russett. HEX triplet: 80, 67 and 5F. RGB value is (128,103,95). Sum of RGB (Red+Green+Blue) = 128+103+95=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #80675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80675F is #7F98A0. Grayscale: #6D6D6D. Windows color (decimal): -8362145 or 6252416. OLE color: 6252416.

HSL color Cylindrical-coordinate representation of color #80675F: hue angle of 14.55º 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 #80675F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 103 95 -
CMYK 0 0.20 0.26 0.50
HSL 14.55º 0.15% 0.44% -
HSV(B) 14.55º 0.26% 0.5% -
XYZ 15.82 15.12 12.91 -
YUV 109.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 128 103 95 0 0.20 0.26 0.50 14.55 0.15 0.44
Hex 80 67 5F 0 14 1A 32 F F 2C
Octal 200 147 137 0 24 32 62 17 17 54
Binary 10000000 1100111 1011111 0 10100 11010 110010 1111 1111 101100

Color Harmonies of #80675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80675F

Black with #80675F

Text Example


Text Example

White with #80675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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