Html Css Color HEX #988A59 Clay Creek

📋 copy color: '#988A59'

red 152 ◦ green 138 ◦ blue 89

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

Shades of Clay Creek #988A59

Tints of Clay Creek #988A59

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

 BLUE value IS 89 (35.16% from 255) = 23.48%

R = 40.11%
G = 36.41%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#988A59 (or 0x988A59) is known color: Clay Creek. HEX triplet: 98, 8A and 59. RGB value is (152,138,89). Sum of RGB (Red+Green+Blue) = 152+138+89=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #988A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A59 is #6775A6. Grayscale: #888888. Windows color (decimal): -6780327 or 5868184. OLE color: 5868184.

HSL color Cylindrical-coordinate representation of color #988A59: hue angle of 46.67º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #988A59 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 89 -
CMYK 0 0.09 0.41 0.40
HSL 46.67º 0.26% 0.47% -
HSV(B) 46.67º 0.41% 0.6% -
XYZ 23.84 25.57 13.13 -
YUV 136.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 152 138 89 0 0.09 0.41 0.40 46.67 0.26 0.47
Hex 98 8A 59 0 9 29 28 2F 1A 2F
Octal 230 212 131 0 11 51 50 57 32 57
Binary 10011000 10001010 1011001 0 1001 101001 101000 101111 11010 101111

Color Harmonies of #988A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A59

Black with #988A59

Text Example


Text Example

White with #988A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988A59; }

 p { color: rgb(152,138,89); }

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

background-color css

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

 a { background-color: rgb(152,138,89); }

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

border-color css

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

 span { border-color: rgb(152,138,89); }

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