#908056

Color #908056 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #908056

Tints of Clay Creek #908056

Color information

#908056 (or 0x908056) is unknown color: approx Clay Creek. HEX triplet: 90, 80 and 56. RGB value is (144,128,86). Sum of RGB (Red+Green+Blue) = 144+128+86=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #908056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908056 is #6F7FA9. Grayscale: #808080. Windows color (decimal): -7307178 or 5669008. OLE color: 5669008.

HSL color Cylindrical-coordinate representation of color #908056: hue angle of 43.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908056 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB14412886-
CMYK00.110.400.44
HSL43.45º25.22%45.1%-
HSV(B)43.45º40.28%56.47%-
XYZ20.922.0411.96-
YUV128104.3139.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=40.22%
G=35.75%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441288600.110.400.4443.4525.2245.1
Hex9080560B282C2b192d
Octal2202001260135054533155
Binary100100001000000010101100101110100010110010101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908056; }

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

 H1.HeaderClassName
 {
   color: #908056;
 }
 .AnyTagClassName
 {
   color: #908056;
 }
</style>
background-color css

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

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

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

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

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

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