Html Css Color HEX #998E55 Clay Creek

📋 copy color: '#998E55'

red 153 ◦ green 142 ◦ blue 85

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

Shades of Clay Creek #998E55

Tints of Clay Creek #998E55

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 40.26%
G = 37.37%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#998E55 (or 0x998E55) is known color: Clay Creek. HEX triplet: 99, 8E and 55. RGB value is (153,142,85). Sum of RGB (Red+Green+Blue) = 153+142+85=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #998E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E55 is #6671AA. Grayscale: #8B8B8B. Windows color (decimal): -6713771 or 5607065. OLE color: 5607065.

HSL color Cylindrical-coordinate representation of color #998E55: hue angle of 50.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998E55 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 142 85 -
CMYK 0 0.07 0.44 0.4
HSL 50.29º 0.29% 0.47% -
HSV(B) 50.29º 0.44% 0.6% -
XYZ 24.45 26.77 12.47 -
YUV 138.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 153 142 85 0 0.07 0.44 0.4 50.29 0.29 0.47
Hex 99 8E 55 0 7 2C 28 32 1D 2F
Octal 231 216 125 0 7 54 50 62 35 57
Binary 10011001 10001110 1010101 0 111 101100 101000 110010 11101 101111

Color Harmonies of #998E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E55

Black with #998E55

Text Example


Text Example

White with #998E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,85); }

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

background-color css

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

 a { background-color: rgb(153,142,85); }

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

border-color css

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

 span { border-color: rgb(153,142,85); }

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