Html Css Color HEX #988C54 Clay Creek

📋 copy color: '#988C54'

red 152 ◦ green 140 ◦ blue 84

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

Shades of Clay Creek #988C54

Tints of Clay Creek #988C54

RGB

 RED value IS 152 (59.77% from 255) = 40.43%

 GREEN value IS 140 (55.08% from 255) = 37.23%

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

R = 40.43%
G = 37.23%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#988C54 (or 0x988C54) is known color: Clay Creek. HEX triplet: 98, 8C and 54. RGB value is (152,140,84). Sum of RGB (Red+Green+Blue) = 152+140+84=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C54 is #6773AB. Grayscale: #898989. Windows color (decimal): -6779820 or 5541016. OLE color: 5541016.

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

Color convert

RGB 152 140 84 -
CMYK 0 0.08 0.45 0.40
HSL 49.41º 0.29% 0.46% -
HSV(B) 49.41º 0.45% 0.6% -
XYZ 23.93 26.07 12.16 -
YUV 137.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 152 140 84 0 0.08 0.45 0.40 49.41 0.29 0.46
Hex 98 8C 54 0 8 2D 28 31 1D 2E
Octal 230 214 124 0 10 55 50 61 35 56
Binary 10011000 10001100 1010100 0 1000 101101 101000 110001 11101 101110

Color Harmonies of #988C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C54

Black with #988C54

Text Example


Text Example

White with #988C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988C54; }

 p { color: rgb(152,140,84); }

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

background-color css

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

 a { background-color: rgb(152,140,84); }

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

border-color css

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

 span { border-color: rgb(152,140,84); }

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