Html Css Color HEX #988751 Clay Creek

📋 copy color: '#988751'

red 152 ◦ green 135 ◦ blue 81

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

Shades of Clay Creek #988751

Tints of Clay Creek #988751

RGB

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

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

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

R = 41.3%
G = 36.68%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988751 (or 0x988751) is known color: Clay Creek. HEX triplet: 98, 87 and 51. RGB value is (152,135,81). Sum of RGB (Red+Green+Blue) = 152+135+81=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #988751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988751 is #6778AE. Grayscale: #868686. Windows color (decimal): -6781103 or 5343128. OLE color: 5343128.

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

Color convert

RGB 152 135 81 -
CMYK 0 0.11 0.47 0.40
HSL 45.63º 0.3% 0.46% -
HSV(B) 45.63º 0.47% 0.6% -
XYZ 23.1 24.6 11.31 -
YUV 133.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 152 135 81 0 0.11 0.47 0.40 45.63 0.3 0.46
Hex 98 87 51 0 B 2F 28 2E 1E 2E
Octal 230 207 121 0 13 57 50 56 36 56
Binary 10011000 10000111 1010001 0 1011 101111 101000 101110 11110 101110

Color Harmonies of #988751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988751

Black with #988751

Text Example


Text Example

White with #988751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988751; }

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

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

background-color css

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

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

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

border-color css

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

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

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