Html Css Color HEX #988856 Clay Creek

📋 copy color: '#988856'

red 152 ◦ green 136 ◦ blue 86

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

Shades of Clay Creek #988856

Tints of Clay Creek #988856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 40.64%
G = 36.36%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#988856 (or 0x988856) is known color: Clay Creek. HEX triplet: 98, 88 and 56. RGB value is (152,136,86). Sum of RGB (Red+Green+Blue) = 152+136+86=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988856 is #6777A9. Grayscale: #878787. Windows color (decimal): -6780842 or 5671064. OLE color: 5671064.

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

Color convert

RGB 152 136 86 -
CMYK 0 0.11 0.43 0.40
HSL 45.45º 0.28% 0.47% -
HSV(B) 45.45º 0.43% 0.6% -
XYZ 23.43 24.96 12.39 -
YUV 135.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 152 136 86 0 0.11 0.43 0.40 45.45 0.28 0.47
Hex 98 88 56 0 B 2B 28 2D 1C 2F
Octal 230 210 126 0 13 53 50 55 34 57
Binary 10011000 10001000 1010110 0 1011 101011 101000 101101 11100 101111

Color Harmonies of #988856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988856

Black with #988856

Text Example


Text Example

White with #988856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988856; }

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

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

background-color css

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

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

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

border-color css

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

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

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