Html Css Color HEX #988B58 Clay Creek

📋 copy color: '#988B58'

red 152 ◦ green 139 ◦ blue 88

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

Shades of Clay Creek #988B58

Tints of Clay Creek #988B58

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

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

R = 40.11%
G = 36.68%
B = 23.22%

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

#988B58 (or 0x988B58) is known color: Clay Creek. HEX triplet: 98, 8B and 58. RGB value is (152,139,88). Sum of RGB (Red+Green+Blue) = 152+139+88=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #988B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B58 is #6774A7. Grayscale: #898989. Windows color (decimal): -6780072 or 5802904. OLE color: 5802904.

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

Color convert

RGB 152 139 88 -
CMYK 0 0.09 0.42 0.40
HSL 47.81º 0.27% 0.47% -
HSV(B) 47.81º 0.42% 0.6% -
XYZ 23.94 25.85 12.96 -
YUV 137.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 152 139 88 0 0.09 0.42 0.40 47.81 0.27 0.47
Hex 98 8B 58 0 9 2A 28 30 1B 2F
Octal 230 213 130 0 11 52 50 60 33 57
Binary 10011000 10001011 1011000 0 1001 101010 101000 110000 11011 101111

Color Harmonies of #988B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B58

Black with #988B58

Text Example


Text Example

White with #988B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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