Html Css Color HEX #998953 Clay Creek

📋 copy color: '#998953'

red 153 ◦ green 137 ◦ blue 83

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

Shades of Clay Creek #998953

Tints of Clay Creek #998953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.25%

R = 41.02%
G = 36.73%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#998953 (or 0x998953) is known color: Clay Creek. HEX triplet: 99, 89 and 53. RGB value is (153,137,83). Sum of RGB (Red+Green+Blue) = 153+137+83=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #998953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998953 is #6676AC. Grayscale: #878787. Windows color (decimal): -6715053 or 5474713. OLE color: 5474713.

HSL color Cylindrical-coordinate representation of color #998953: hue angle of 46.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #998953 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 137 83 -
CMYK 0 0.10 0.46 0.4
HSL 46.29º 0.3% 0.46% -
HSV(B) 46.29º 0.46% 0.6% -
XYZ 23.64 25.29 11.82 -
YUV 135.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 153 137 83 0 0.10 0.46 0.4 46.29 0.3 0.46
Hex 99 89 53 0 A 2E 28 2E 1E 2E
Octal 231 211 123 0 12 56 50 56 36 56
Binary 10011001 10001001 1010011 0 1010 101110 101000 101110 11110 101110

Color Harmonies of #998953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998953

Black with #998953

Text Example


Text Example

White with #998953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998953; }

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

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

background-color css

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

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

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

border-color css

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

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

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