Html Css Color HEX #988858 Clay Creek

📋 copy color: '#988858'

red 152 ◦ green 136 ◦ blue 88

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

Shades of Clay Creek #988858

Tints of Clay Creek #988858

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 40.43%
G = 36.17%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988858 (or 0x988858) is known color: Clay Creek. HEX triplet: 98, 88 and 58. RGB value is (152,136,88). Sum of RGB (Red+Green+Blue) = 152+136+88=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988858 is #6777A7. Grayscale: #878787. Windows color (decimal): -6780840 or 5802136. OLE color: 5802136.

HSL color Cylindrical-coordinate representation of color #988858: hue angle of 45º 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 #988858 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 88 -
CMYK 0 0.11 0.42 0.40
HSL 45º 0.27% 0.47% -
HSV(B) 45º 0.42% 0.6% -
XYZ 23.51 24.99 12.82 -
YUV 135.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 152 136 88 0 0.11 0.42 0.40 45 0.27 0.47
Hex 98 88 58 0 B 2A 28 2D 1B 2F
Octal 230 210 130 0 13 52 50 55 33 57
Binary 10011000 10001000 1011000 0 1011 101010 101000 101101 11011 101111

Color Harmonies of #988858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988858

Black with #988858

Text Example


Text Example

White with #988858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988858; }

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

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

background-color css

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

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

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

border-color css

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

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

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