Html Css Color HEX #806458 Russett

📋 copy color: '#806458'

red 128 ◦ green 100 ◦ blue 88

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

Shades of Russett #806458

Tints of Russett #806458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 40.51%
G = 31.65%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#806458 (or 0x806458) is known color: Russett. HEX triplet: 80, 64 and 58. RGB value is (128,100,88). Sum of RGB (Red+Green+Blue) = 128+100+88=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #806458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806458 is #7F9BA7. Grayscale: #6B6B6B. Windows color (decimal): -8362920 or 5792896. OLE color: 5792896.

HSL color Cylindrical-coordinate representation of color #806458: hue angle of 18º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #806458 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 88 -
CMYK 0 0.22 0.31 0.50
HSL 18º 0.19% 0.42% -
HSV(B) 18º 0.31% 0.5% -
XYZ 15.22 14.41 11.21 -
YUV 107 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 128 100 88 0 0.22 0.31 0.50 18 0.19 0.42
Hex 80 64 58 0 16 1F 32 12 13 2A
Octal 200 144 130 0 26 37 62 22 23 52
Binary 10000000 1100100 1011000 0 10110 11111 110010 10010 10011 101010

Color Harmonies of #806458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806458

Black with #806458

Text Example


Text Example

White with #806458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806458; }

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

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

background-color css

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

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

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

border-color css

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

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

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