Html Css Color HEX #988A58 Clay Creek

📋 copy color: '#988A58'

red 152 ◦ green 138 ◦ blue 88

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

Shades of Clay Creek #988A58

Tints of Clay Creek #988A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 40.21%
G = 36.51%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988A58 (or 0x988A58) is known color: Clay Creek. HEX triplet: 98, 8A and 58. RGB value is (152,138,88). Sum of RGB (Red+Green+Blue) = 152+138+88=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #988A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A58 is #6775A7. Grayscale: #888888. Windows color (decimal): -6780328 or 5802648. OLE color: 5802648.

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

Color convert

RGB 152 138 88 -
CMYK 0 0.09 0.42 0.40
HSL 46.88º 0.27% 0.47% -
HSV(B) 46.88º 0.42% 0.6% -
XYZ 23.8 25.56 12.91 -
YUV 136.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 152 138 88 0 0.09 0.42 0.40 46.88 0.27 0.47
Hex 98 8A 58 0 9 2A 28 2F 1B 2F
Octal 230 212 130 0 11 52 50 57 33 57
Binary 10011000 10001010 1011000 0 1001 101010 101000 101111 11011 101111

Color Harmonies of #988A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A58

Black with #988A58

Text Example


Text Example

White with #988A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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