Html Css Color HEX #998F54 Clay Creek

📋 copy color: '#998F54'

red 153 ◦ green 143 ◦ blue 84

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

Shades of Clay Creek #998F54

Tints of Clay Creek #998F54

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 84 (33.2% from 255) = 22.11%

R = 40.26%
G = 37.63%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#998F54 (or 0x998F54) is known color: Clay Creek. HEX triplet: 99, 8F and 54. RGB value is (153,143,84). Sum of RGB (Red+Green+Blue) = 153+143+84=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #998F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F54 is #6670AB. Grayscale: #8B8B8B. Windows color (decimal): -6713516 or 5541785. OLE color: 5541785.

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

Color convert

RGB 153 143 84 -
CMYK 0 0.07 0.45 0.4
HSL 51.3º 0.29% 0.46% -
HSV(B) 51.3º 0.45% 0.6% -
XYZ 24.56 27.06 12.32 -
YUV 139.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 153 143 84 0 0.07 0.45 0.4 51.3 0.29 0.46
Hex 99 8F 54 0 7 2D 28 33 1D 2E
Octal 231 217 124 0 7 55 50 63 35 56
Binary 10011001 10001111 1010100 0 111 101101 101000 110011 11101 101110

Color Harmonies of #998F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F54

Black with #998F54

Text Example


Text Example

White with #998F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,143,84); }

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

background-color css

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

 a { background-color: rgb(153,143,84); }

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

border-color css

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

 span { border-color: rgb(153,143,84); }

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