Html Css Color HEX #988853 Clay Creek

📋 copy color: '#988853'

red 152 ◦ green 136 ◦ blue 83

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

Shades of Clay Creek #988853

Tints of Clay Creek #988853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 40.97%
G = 36.66%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#988853 (or 0x988853) is known color: Clay Creek. HEX triplet: 98, 88 and 53. RGB value is (152,136,83). Sum of RGB (Red+Green+Blue) = 152+136+83=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #988853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988853 is #6777AC. Grayscale: #868686. Windows color (decimal): -6780845 or 5474456. OLE color: 5474456.

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

Color convert

RGB 152 136 83 -
CMYK 0 0.11 0.45 0.40
HSL 46.09º 0.29% 0.46% -
HSV(B) 46.09º 0.45% 0.6% -
XYZ 23.31 24.91 11.76 -
YUV 134.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 152 136 83 0 0.11 0.45 0.40 46.09 0.29 0.46
Hex 98 88 53 0 B 2D 28 2E 1D 2E
Octal 230 210 123 0 13 55 50 56 35 56
Binary 10011000 10001000 1010011 0 1011 101101 101000 101110 11101 101110

Color Harmonies of #988853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988853

Black with #988853

Text Example


Text Example

White with #988853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988853; }

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

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

background-color css

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

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

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

border-color css

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

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

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