Html Css Color HEX #988851 Clay Creek

📋 copy color: '#988851'

red 152 ◦ green 136 ◦ blue 81

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

Shades of Clay Creek #988851

Tints of Clay Creek #988851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.95%

R = 41.19%
G = 36.86%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988851 (or 0x988851) is known color: Clay Creek. HEX triplet: 98, 88 and 51. RGB value is (152,136,81). Sum of RGB (Red+Green+Blue) = 152+136+81=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #988851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988851 is #6777AE. Grayscale: #868686. Windows color (decimal): -6780847 or 5343384. OLE color: 5343384.

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

Color convert

RGB 152 136 81 -
CMYK 0 0.11 0.47 0.40
HSL 46.48º 0.3% 0.46% -
HSV(B) 46.48º 0.47% 0.6% -
XYZ 23.24 24.88 11.36 -
YUV 134.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 152 136 81 0 0.11 0.47 0.40 46.48 0.3 0.46
Hex 98 88 51 0 B 2F 28 2E 1E 2E
Octal 230 210 121 0 13 57 50 56 36 56
Binary 10011000 10001000 1010001 0 1011 101111 101000 101110 11110 101110

Color Harmonies of #988851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988851

Black with #988851

Text Example


Text Example

White with #988851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988851; }

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

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

background-color css

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

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

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

border-color css

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

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

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