Html Css Color HEX #999156 Clay Creek

📋 copy color: '#999156'

red 153 ◦ green 145 ◦ blue 86

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

Shades of Clay Creek #999156

Tints of Clay Creek #999156

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 86 (33.98% from 255) = 22.4%

R = 39.84%
G = 37.76%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#999156 (or 0x999156) is known color: Clay Creek. HEX triplet: 99, 91 and 56. RGB value is (153,145,86). Sum of RGB (Red+Green+Blue) = 153+145+86=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #999156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999156 is #666EA9. Grayscale: #8C8C8C. Windows color (decimal): -6713002 or 5673369. OLE color: 5673369.

HSL color Cylindrical-coordinate representation of color #999156: hue angle of 52.84º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #999156 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 86 -
CMYK 0 0.05 0.44 0.4
HSL 52.84º 0.28% 0.47% -
HSV(B) 52.84º 0.44% 0.6% -
XYZ 24.94 27.69 12.84 -
YUV 140.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 153 145 86 0 0.05 0.44 0.4 52.84 0.28 0.47
Hex 99 91 56 0 5 2C 28 35 1C 2F
Octal 231 221 126 0 5 54 50 65 34 57
Binary 10011001 10010001 1010110 0 101 101100 101000 110101 11100 101111

Color Harmonies of #999156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999156

Black with #999156

Text Example


Text Example

White with #999156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999156; }

 p { color: rgb(153,145,86); }

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

background-color css

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

 a { background-color: rgb(153,145,86); }

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

border-color css

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

 span { border-color: rgb(153,145,86); }

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