Html Css Color HEX #998B51 Clay Creek

📋 copy color: '#998B51'

red 153 ◦ green 139 ◦ blue 81

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

Shades of Clay Creek #998B51

Tints of Clay Creek #998B51

RGB

 RED value IS 153 (60.16% from 255) = 41.02%

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

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

R = 41.02%
G = 37.27%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#998B51 (or 0x998B51) is known color: Clay Creek. HEX triplet: 99, 8B and 51. RGB value is (153,139,81). Sum of RGB (Red+Green+Blue) = 153+139+81=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #998B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B51 is #6674AE. Grayscale: #888888. Windows color (decimal): -6714543 or 5344153. OLE color: 5344153.

HSL color Cylindrical-coordinate representation of color #998B51: hue angle of 48.33º degrees, saturation: 0.31, 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 #998B51 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 139 81 -
CMYK 0 0.09 0.47 0.4
HSL 48.33º 0.31% 0.46% -
HSV(B) 48.33º 0.47% 0.6% -
XYZ 23.85 25.83 11.51 -
YUV 136.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 153 139 81 0 0.09 0.47 0.4 48.33 0.31 0.46
Hex 99 8B 51 0 9 2F 28 30 1F 2E
Octal 231 213 121 0 11 57 50 60 37 56
Binary 10011001 10001011 1010001 0 1001 101111 101000 110000 11111 101110

Color Harmonies of #998B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B51

Black with #998B51

Text Example


Text Example

White with #998B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998B51; }

 p { color: rgb(153,139,81); }

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

background-color css

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

 a { background-color: rgb(153,139,81); }

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

border-color css

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

 span { border-color: rgb(153,139,81); }

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