Html Css Color HEX #988955 Clay Creek

📋 copy color: '#988955'

red 152 ◦ green 137 ◦ blue 85

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

Shades of Clay Creek #988955

Tints of Clay Creek #988955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 40.64%
G = 36.63%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#988955 (or 0x988955) is known color: Clay Creek. HEX triplet: 98, 89 and 55. RGB value is (152,137,85). Sum of RGB (Red+Green+Blue) = 152+137+85=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988955 is #6776AA. Grayscale: #878787. Windows color (decimal): -6780587 or 5605784. OLE color: 5605784.

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

Color convert

RGB 152 137 85 -
CMYK 0 0.10 0.44 0.40
HSL 46.57º 0.28% 0.46% -
HSV(B) 46.57º 0.44% 0.6% -
XYZ 23.53 25.22 12.22 -
YUV 135.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 152 137 85 0 0.10 0.44 0.40 46.57 0.28 0.46
Hex 98 89 55 0 A 2C 28 2F 1C 2E
Octal 230 211 125 0 12 54 50 57 34 56
Binary 10011000 10001001 1010101 0 1010 101100 101000 101111 11100 101110

Color Harmonies of #988955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988955

Black with #988955

Text Example


Text Example

White with #988955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988955; }

 p { color: rgb(152,137,85); }

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

background-color css

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

 a { background-color: rgb(152,137,85); }

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

border-color css

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

 span { border-color: rgb(152,137,85); }

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