Html Css Color HEX #998959 Clay Creek

📋 copy color: '#998959'

red 153 ◦ green 137 ◦ blue 89

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

Shades of Clay Creek #998959

Tints of Clay Creek #998959

RGB

 RED value IS 153 (60.16% from 255) = 40.37%

 GREEN value IS 137 (53.91% from 255) = 36.15%

 BLUE value IS 89 (35.16% from 255) = 23.48%

R = 40.37%
G = 36.15%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#998959 (or 0x998959) is known color: Clay Creek. HEX triplet: 99, 89 and 59. RGB value is (153,137,89). Sum of RGB (Red+Green+Blue) = 153+137+89=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #998959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998959 is #6676A6. Grayscale: #888888. Windows color (decimal): -6715047 or 5867929. OLE color: 5867929.

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

Color convert

RGB 153 137 89 -
CMYK 0 0.10 0.42 0.4
HSL 45º 0.26% 0.47% -
HSV(B) 45º 0.42% 0.6% -
XYZ 23.89 25.38 13.09 -
YUV 136.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 153 137 89 0 0.10 0.42 0.4 45 0.26 0.47
Hex 99 89 59 0 A 2A 28 2D 1A 2F
Octal 231 211 131 0 12 52 50 55 32 57
Binary 10011001 10001001 1011001 0 1010 101010 101000 101101 11010 101111

Color Harmonies of #998959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998959

Black with #998959

Text Example


Text Example

White with #998959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998959; }

 p { color: rgb(153,137,89); }

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

background-color css

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

 a { background-color: rgb(153,137,89); }

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

border-color css

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

 span { border-color: rgb(153,137,89); }

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