Html Css Color HEX #998A59 Clay Creek

📋 copy color: '#998A59'

red 153 ◦ green 138 ◦ blue 89

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

Shades of Clay Creek #998A59

Tints of Clay Creek #998A59

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 40.26%
G = 36.32%
B = 23.42%

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

#998A59 (or 0x998A59) is known color: Clay Creek. HEX triplet: 99, 8A and 59. RGB value is (153,138,89). Sum of RGB (Red+Green+Blue) = 153+138+89=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #998A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A59 is #6675A6. Grayscale: #898989. Windows color (decimal): -6714791 or 5868185. OLE color: 5868185.

HSL color Cylindrical-coordinate representation of color #998A59: hue angle of 45.94º 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 #998A59 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 89 -
CMYK 0 0.10 0.42 0.4
HSL 45.94º 0.26% 0.47% -
HSV(B) 45.94º 0.42% 0.6% -
XYZ 24.03 25.67 13.14 -
YUV 136.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 153 138 89 0 0.10 0.42 0.4 45.94 0.26 0.47
Hex 99 8A 59 0 A 2A 28 2E 1A 2F
Octal 231 212 131 0 12 52 50 56 32 57
Binary 10011001 10001010 1011001 0 1010 101010 101000 101110 11010 101111

Color Harmonies of #998A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A59

Black with #998A59

Text Example


Text Example

White with #998A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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