Html Css Color HEX #988755 Clay Creek

📋 copy color: '#988755'

red 152 ◦ green 135 ◦ blue 85

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

Shades of Clay Creek #988755

Tints of Clay Creek #988755

RGB

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

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

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

R = 40.86%
G = 36.29%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#988755 (or 0x988755) is known color: Clay Creek. HEX triplet: 98, 87 and 55. RGB value is (152,135,85). Sum of RGB (Red+Green+Blue) = 152+135+85=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #988755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988755 is #6778AA. Grayscale: #868686. Windows color (decimal): -6781099 or 5605272. OLE color: 5605272.

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

Color convert

RGB 152 135 85 -
CMYK 0 0.11 0.44 0.40
HSL 44.78º 0.28% 0.46% -
HSV(B) 44.78º 0.44% 0.6% -
XYZ 23.25 24.66 12.13 -
YUV 134.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 152 135 85 0 0.11 0.44 0.40 44.78 0.28 0.46
Hex 98 87 55 0 B 2C 28 2D 1C 2E
Octal 230 207 125 0 13 54 50 55 34 56
Binary 10011000 10000111 1010101 0 1011 101100 101000 101101 11100 101110

Color Harmonies of #988755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988755

Black with #988755

Text Example


Text Example

White with #988755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988755; }

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

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

background-color css

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

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

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

border-color css

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

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

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