Html Css Color HEX #988758 Clay Creek

📋 copy color: '#988758'

red 152 ◦ green 135 ◦ blue 88

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

Shades of Clay Creek #988758

Tints of Clay Creek #988758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 40.53%
G = 36%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988758 (or 0x988758) is known color: Clay Creek. HEX triplet: 98, 87 and 58. RGB value is (152,135,88). Sum of RGB (Red+Green+Blue) = 152+135+88=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #988758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988758 is #6778A7. Grayscale: #868686. Windows color (decimal): -6781096 or 5801880. OLE color: 5801880.

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

Color convert

RGB 152 135 88 -
CMYK 0 0.11 0.42 0.40
HSL 44.06º 0.27% 0.47% -
HSV(B) 44.06º 0.42% 0.6% -
XYZ 23.37 24.71 12.77 -
YUV 134.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 152 135 88 0 0.11 0.42 0.40 44.06 0.27 0.47
Hex 98 87 58 0 B 2A 28 2C 1B 2F
Octal 230 207 130 0 13 52 50 54 33 57
Binary 10011000 10000111 1011000 0 1011 101010 101000 101100 11011 101111

Color Harmonies of #988758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988758

Black with #988758

Text Example


Text Example

White with #988758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988758; }

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

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

background-color css

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

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

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

border-color css

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

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

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