Html Css Color HEX #898650 Clay Creek

📋 copy color: '#898650'

red 137 ◦ green 134 ◦ blue 80

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

Shades of Clay Creek #898650

Tints of Clay Creek #898650

RGB

 RED value IS 137 (53.91% from 255) = 39.03%

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

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

R = 39.03%
G = 38.18%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#898650 (or 0x898650) is known color: Clay Creek. HEX triplet: 89, 86 and 50. RGB value is (137,134,80). Sum of RGB (Red+Green+Blue) = 137+134+80=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #898650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898650 is #7679AF. Grayscale: #808080. Windows color (decimal): -7764400 or 5277321. OLE color: 5277321.

HSL color Cylindrical-coordinate representation of color #898650: hue angle of 56.84º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898650 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 134 80 -
CMYK 0 0.02 0.42 0.46
HSL 56.84º 0.26% 0.43% -
HSV(B) 56.84º 0.42% 0.54% -
XYZ 20.29 22.95 10.95 -
YUV 128.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 137 134 80 0 0.02 0.42 0.46 56.84 0.26 0.43
Hex 89 86 50 0 2 2A 2E 39 1A 2B
Octal 211 206 120 0 2 52 56 71 32 53
Binary 10001001 10000110 1010000 0 10 101010 101110 111001 11010 101011

Color Harmonies of #898650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898650

Black with #898650

Text Example


Text Example

White with #898650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898650; }

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

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

background-color css

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

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

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

border-color css

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

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

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