Html Css Color HEX #998D55 Clay Creek

📋 copy color: '#998D55'

red 153 ◦ green 141 ◦ blue 85

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

Shades of Clay Creek #998D55

Tints of Clay Creek #998D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

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

R = 40.37%
G = 37.2%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#998D55 (or 0x998D55) is known color: Clay Creek. HEX triplet: 99, 8D and 55. RGB value is (153,141,85). Sum of RGB (Red+Green+Blue) = 153+141+85=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #998D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D55 is #6672AA. Grayscale: #8A8A8A. Windows color (decimal): -6714027 or 5606809. OLE color: 5606809.

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

Color convert

RGB 153 141 85 -
CMYK 0 0.08 0.44 0.4
HSL 49.41º 0.29% 0.47% -
HSV(B) 49.41º 0.44% 0.6% -
XYZ 24.3 26.48 12.42 -
YUV 138.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 153 141 85 0 0.08 0.44 0.4 49.41 0.29 0.47
Hex 99 8D 55 0 8 2C 28 31 1D 2F
Octal 231 215 125 0 10 54 50 61 35 57
Binary 10011001 10001101 1010101 0 1000 101100 101000 110001 11101 101111

Color Harmonies of #998D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D55

Black with #998D55

Text Example


Text Example

White with #998D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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