Html Css Color HEX #988A51 Clay Creek

📋 copy color: '#988A51'

red 152 ◦ green 138 ◦ blue 81

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

Shades of Clay Creek #988A51

Tints of Clay Creek #988A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 40.97%
G = 37.2%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988A51 (or 0x988A51) is known color: Clay Creek. HEX triplet: 98, 8A and 51. RGB value is (152,138,81). Sum of RGB (Red+Green+Blue) = 152+138+81=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #988A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A51 is #6775AE. Grayscale: #878787. Windows color (decimal): -6780335 or 5343896. OLE color: 5343896.

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

Color convert

RGB 152 138 81 -
CMYK 0 0.09 0.47 0.40
HSL 48.17º 0.3% 0.46% -
HSV(B) 48.17º 0.47% 0.6% -
XYZ 23.52 25.45 11.46 -
YUV 135.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 152 138 81 0 0.09 0.47 0.40 48.17 0.3 0.46
Hex 98 8A 51 0 9 2F 28 30 1E 2E
Octal 230 212 121 0 11 57 50 60 36 56
Binary 10011000 10001010 1010001 0 1001 101111 101000 110000 11110 101110

Color Harmonies of #988A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A51

Black with #988A51

Text Example


Text Example

White with #988A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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