Html Css Color HEX #898150 Clay Creek

📋 copy color: '#898150'

red 137 ◦ green 129 ◦ blue 80

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

Shades of Clay Creek #898150

Tints of Clay Creek #898150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

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

R = 39.6%
G = 37.28%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#898150 (or 0x898150) is known color: Clay Creek. HEX triplet: 89, 81 and 50. RGB value is (137,129,80). Sum of RGB (Red+Green+Blue) = 137+129+80=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #898150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898150 is #767EAF. Grayscale: #7E7E7E. Windows color (decimal): -7765680 or 5276041. OLE color: 5276041.

HSL color Cylindrical-coordinate representation of color #898150: hue angle of 51.58º 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 #898150 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 80 -
CMYK 0 0.06 0.42 0.46
HSL 51.58º 0.26% 0.43% -
HSV(B) 51.58º 0.42% 0.54% -
XYZ 19.61 21.6 10.72 -
YUV 125.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 137 129 80 0 0.06 0.42 0.46 51.58 0.26 0.43
Hex 89 81 50 0 6 2A 2E 34 1A 2B
Octal 211 201 120 0 6 52 56 64 32 53
Binary 10001001 10000001 1010000 0 110 101010 101110 110100 11010 101011

Color Harmonies of #898150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898150

Black with #898150

Text Example


Text Example

White with #898150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898150; }

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

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

background-color css

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

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

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

border-color css

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

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

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