Html Css Color HEX #878650 Clay Creek

📋 copy color: '#878650'

red 135 ◦ green 134 ◦ blue 80

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

Shades of Clay Creek #878650

Tints of Clay Creek #878650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.4%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 38.68%
G = 38.4%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#878650 (or 0x878650) is known color: Clay Creek. HEX triplet: 87, 86 and 50. RGB value is (135,134,80). Sum of RGB (Red+Green+Blue) = 135+134+80=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #878650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878650 is #7879AF. Grayscale: #808080. Windows color (decimal): -7895472 or 5277319. OLE color: 5277319.

HSL color Cylindrical-coordinate representation of color #878650: hue angle of 58.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878650 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 134 80 -
CMYK 0 0.01 0.41 0.47
HSL 58.91º 0.26% 0.42% -
HSV(B) 58.91º 0.41% 0.53% -
XYZ 19.96 22.78 10.93 -
YUV 128.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 135 134 80 0 0.01 0.41 0.47 58.91 0.26 0.42
Hex 87 86 50 0 1 29 2F 3B 1A 2A
Octal 207 206 120 0 1 51 57 73 32 52
Binary 10000111 10000110 1010000 0 1 101001 101111 111011 11010 101010

Color Harmonies of #878650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878650

Black with #878650

Text Example


Text Example

White with #878650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878650; }

 p { color: rgb(135,134,80); }

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

background-color css

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

 a { background-color: rgb(135,134,80); }

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

border-color css

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

 span { border-color: rgb(135,134,80); }

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