Html Css Color HEX #998951 Clay Creek

📋 copy color: '#998951'

red 153 ◦ green 137 ◦ blue 81

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

Shades of Clay Creek #998951

Tints of Clay Creek #998951

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

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

R = 41.24%
G = 36.93%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#998951 (or 0x998951) is known color: Clay Creek. HEX triplet: 99, 89 and 51. RGB value is (153,137,81). Sum of RGB (Red+Green+Blue) = 153+137+81=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #998951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998951 is #6676AE. Grayscale: #878787. Windows color (decimal): -6715055 or 5343641. OLE color: 5343641.

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

Color convert

RGB 153 137 81 -
CMYK 0 0.10 0.47 0.4
HSL 46.67º 0.31% 0.46% -
HSV(B) 46.67º 0.47% 0.6% -
XYZ 23.57 25.26 11.42 -
YUV 135.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 153 137 81 0 0.10 0.47 0.4 46.67 0.31 0.46
Hex 99 89 51 0 A 2F 28 2F 1F 2E
Octal 231 211 121 0 12 57 50 57 37 56
Binary 10011001 10001001 1010001 0 1010 101111 101000 101111 11111 101110

Color Harmonies of #998951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998951

Black with #998951

Text Example


Text Example

White with #998951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998951; }

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

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

background-color css

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

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

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

border-color css

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

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

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