Html Css Color HEX #807465 Sand Dune

📋 copy color: '#807465'

red 128 ◦ green 116 ◦ blue 101

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

Shades of Sand Dune #807465

Tints of Sand Dune #807465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 37.1%
G = 33.62%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#807465 (or 0x807465) is known color: Sand Dune. HEX triplet: 80, 74 and 65. RGB value is (128,116,101). Sum of RGB (Red+Green+Blue) = 128+116+101=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #807465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807465 is #7F8B9A. Grayscale: #757575. Windows color (decimal): -8358811 or 6648960. OLE color: 6648960.

HSL color Cylindrical-coordinate representation of color #807465: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807465 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 101 -
CMYK 0 0.09 0.21 0.50
HSL 33.33º 0.12% 0.45% -
HSV(B) 33.33º 0.21% 0.5% -
XYZ 17.5 18.02 14.87 -
YUV 117.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 128 116 101 0 0.09 0.21 0.50 33.33 0.12 0.45
Hex 80 74 65 0 9 15 32 21 C 2D
Octal 200 164 145 0 11 25 62 41 14 55
Binary 10000000 1110100 1100101 0 1001 10101 110010 100001 1100 101101

Color Harmonies of #807465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807465

Black with #807465

Text Example


Text Example

White with #807465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807465; }

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

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

background-color css

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

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

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

border-color css

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

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

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