Html Css Color HEX #877461 Sand Dune

📋 copy color: '#877461'

red 135 ◦ green 116 ◦ blue 97

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

Shades of Sand Dune #877461

Tints of Sand Dune #877461

RGB

 RED value IS 135 (53.13% from 255) = 38.79%

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

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 38.79%
G = 33.33%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#877461 (or 0x877461) is known color: Sand Dune. HEX triplet: 87, 74 and 61. RGB value is (135,116,97). Sum of RGB (Red+Green+Blue) = 135+116+97=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #877461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877461 is #788B9E. Grayscale: #777777. Windows color (decimal): -7900063 or 6386823. OLE color: 6386823.

HSL color Cylindrical-coordinate representation of color #877461: hue angle of 30º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #877461 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 116 97 -
CMYK 0 0.14 0.28 0.47
HSL 30º 0.16% 0.45% -
HSV(B) 30º 0.28% 0.53% -
XYZ 18.39 18.5 13.91 -
YUV 119.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 135 116 97 0 0.14 0.28 0.47 30 0.16 0.45
Hex 87 74 61 0 E 1C 2F 1E 10 2D
Octal 207 164 141 0 16 34 57 36 20 55
Binary 10000111 1110100 1100001 0 1110 11100 101111 11110 10000 101101

Color Harmonies of #877461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877461

Black with #877461

Text Example


Text Example

White with #877461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877461; }

 p { color: rgb(135,116,97); }

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

background-color css

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

 a { background-color: rgb(135,116,97); }

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

border-color css

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

 span { border-color: rgb(135,116,97); }

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