Html Css Color HEX #988756 Clay Creek

📋 copy color: '#988756'

red 152 ◦ green 135 ◦ blue 86

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

Shades of Clay Creek #988756

Tints of Clay Creek #988756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

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

R = 40.75%
G = 36.19%
B = 23.06%

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

#988756 (or 0x988756) is known color: Clay Creek. HEX triplet: 98, 87 and 56. RGB value is (152,135,86). Sum of RGB (Red+Green+Blue) = 152+135+86=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #988756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988756 is #6778A9. Grayscale: #868686. Windows color (decimal): -6781098 or 5670808. OLE color: 5670808.

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

Color convert

RGB 152 135 86 -
CMYK 0 0.11 0.43 0.40
HSL 44.55º 0.28% 0.47% -
HSV(B) 44.55º 0.43% 0.6% -
XYZ 23.29 24.68 12.34 -
YUV 134.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 152 135 86 0 0.11 0.43 0.40 44.55 0.28 0.47
Hex 98 87 56 0 B 2B 28 2D 1C 2F
Octal 230 207 126 0 13 53 50 55 34 57
Binary 10011000 10000111 1010110 0 1011 101011 101000 101101 11100 101111

Color Harmonies of #988756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988756

Black with #988756

Text Example


Text Example

White with #988756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988756; }

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

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

background-color css

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

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

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

border-color css

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

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

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