Html Css Color HEX #988859 Clay Creek

📋 copy color: '#988859'

red 152 ◦ green 136 ◦ blue 89

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

Shades of Clay Creek #988859

Tints of Clay Creek #988859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 40.32%
G = 36.07%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#988859 (or 0x988859) is known color: Clay Creek. HEX triplet: 98, 88 and 59. RGB value is (152,136,89). Sum of RGB (Red+Green+Blue) = 152+136+89=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #988859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988859 is #6777A6. Grayscale: #878787. Windows color (decimal): -6780839 or 5867672. OLE color: 5867672.

HSL color Cylindrical-coordinate representation of color #988859: hue angle of 44.76º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #988859 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 89 -
CMYK 0 0.11 0.41 0.40
HSL 44.76º 0.26% 0.47% -
HSV(B) 44.76º 0.41% 0.6% -
XYZ 23.56 25 13.04 -
YUV 135.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 152 136 89 0 0.11 0.41 0.40 44.76 0.26 0.47
Hex 98 88 59 0 B 29 28 2D 1A 2F
Octal 230 210 131 0 13 51 50 55 32 57
Binary 10011000 10001000 1011001 0 1011 101001 101000 101101 11010 101111

Color Harmonies of #988859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988859

Black with #988859

Text Example


Text Example

White with #988859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988859; }

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

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

background-color css

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

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

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

border-color css

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

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

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