Html Css Color HEX #999056 Clay Creek

📋 copy color: '#999056'

red 153 ◦ green 144 ◦ blue 86

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

Shades of Clay Creek #999056

Tints of Clay Creek #999056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 39.95%
G = 37.6%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#999056 (or 0x999056) is known color: Clay Creek. HEX triplet: 99, 90 and 56. RGB value is (153,144,86). Sum of RGB (Red+Green+Blue) = 153+144+86=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #999056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999056 is #666FA9. Grayscale: #8C8C8C. Windows color (decimal): -6713258 or 5673113. OLE color: 5673113.

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

Color convert

RGB 153 144 86 -
CMYK 0 0.06 0.44 0.4
HSL 51.94º 0.28% 0.47% -
HSV(B) 51.94º 0.44% 0.6% -
XYZ 24.79 27.39 12.78 -
YUV 140.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 153 144 86 0 0.06 0.44 0.4 51.94 0.28 0.47
Hex 99 90 56 0 6 2C 28 34 1C 2F
Octal 231 220 126 0 6 54 50 64 34 57
Binary 10011001 10010000 1010110 0 110 101100 101000 110100 11100 101111

Color Harmonies of #999056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999056

Black with #999056

Text Example


Text Example

White with #999056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999056; }

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

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

background-color css

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

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

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

border-color css

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

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

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