Html Css Color HEX #988A56 Clay Creek

📋 copy color: '#988A56'

red 152 ◦ green 138 ◦ blue 86

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

Shades of Clay Creek #988A56

Tints of Clay Creek #988A56

RGB

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

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

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

R = 40.43%
G = 36.7%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#988A56 (or 0x988A56) is known color: Clay Creek. HEX triplet: 98, 8A and 56. RGB value is (152,138,86). Sum of RGB (Red+Green+Blue) = 152+138+86=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A56 is #6775A9. Grayscale: #888888. Windows color (decimal): -6780330 or 5671576. OLE color: 5671576.

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

Color convert

RGB 152 138 86 -
CMYK 0 0.09 0.43 0.40
HSL 47.27º 0.28% 0.47% -
HSV(B) 47.27º 0.43% 0.6% -
XYZ 23.72 25.52 12.48 -
YUV 136.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 152 138 86 0 0.09 0.43 0.40 47.27 0.28 0.47
Hex 98 8A 56 0 9 2B 28 2F 1C 2F
Octal 230 212 126 0 11 53 50 57 34 57
Binary 10011000 10001010 1010110 0 1001 101011 101000 101111 11100 101111

Color Harmonies of #988A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A56

Black with #988A56

Text Example


Text Example

White with #988A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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