Html Css Color HEX #807665 Stonewall

📋 copy color: '#807665'

red 128 ◦ green 118 ◦ blue 101

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

Shades of Stonewall #807665

Tints of Stonewall #807665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

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

R = 36.89%
G = 34.01%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#807665 (or 0x807665) is known color: Stonewall. HEX triplet: 80, 76 and 65. RGB value is (128,118,101). Sum of RGB (Red+Green+Blue) = 128+118+101=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #807665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807665 is #7F899A. Grayscale: #777777. Windows color (decimal): -8358299 or 6649472. OLE color: 6649472.

HSL color Cylindrical-coordinate representation of color #807665: hue angle of 37.78º 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 #807665 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 101 -
CMYK 0 0.08 0.21 0.50
HSL 37.78º 0.12% 0.45% -
HSV(B) 37.78º 0.21% 0.5% -
XYZ 17.73 18.49 14.95 -
YUV 119.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 128 118 101 0 0.08 0.21 0.50 37.78 0.12 0.45
Hex 80 76 65 0 8 15 32 26 C 2D
Octal 200 166 145 0 10 25 62 46 14 55
Binary 10000000 1110110 1100101 0 1000 10101 110010 100110 1100 101101

Color Harmonies of #807665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807665

Black with #807665

Text Example


Text Example

White with #807665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807665; }

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

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

background-color css

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

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

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

border-color css

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

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

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