Html Css Color HEX #988C58 Clay Creek

📋 copy color: '#988C58'

red 152 ◦ green 140 ◦ blue 88

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

Shades of Clay Creek #988C58

Tints of Clay Creek #988C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.16%

R = 40%
G = 36.84%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988C58 (or 0x988C58) is known color: Clay Creek. HEX triplet: 98, 8C and 58. RGB value is (152,140,88). Sum of RGB (Red+Green+Blue) = 152+140+88=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #988C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C58 is #6773A7. Grayscale: #898989. Windows color (decimal): -6779816 or 5803160. OLE color: 5803160.

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

Color convert

RGB 152 140 88 -
CMYK 0 0.08 0.42 0.40
HSL 48.75º 0.27% 0.47% -
HSV(B) 48.75º 0.42% 0.6% -
XYZ 24.09 26.14 13.01 -
YUV 137.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 152 140 88 0 0.08 0.42 0.40 48.75 0.27 0.47
Hex 98 8C 58 0 8 2A 28 31 1B 2F
Octal 230 214 130 0 10 52 50 61 33 57
Binary 10011000 10001100 1011000 0 1000 101010 101000 110001 11011 101111

Color Harmonies of #988C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C58

Black with #988C58

Text Example


Text Example

White with #988C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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