#908C54

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

Shades of Clay Creek #908C54

Tints of Clay Creek #908C54

Color information

#908C54 (or 0x908C54) is unknown color: approx Clay Creek. HEX triplet: 90, 8C and 54. RGB value is (144,140,84). Sum of RGB (Red+Green+Blue) = 144+140+84=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #908C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C54 is #6F73AB. Grayscale: #878787. Windows color (decimal): -7304108 or 5541008. OLE color: 5541008.

HSL color Cylindrical-coordinate representation of color #908C54: hue angle of 56º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908C54 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB14414084-
CMYK00.030.420.44
HSL56º26.32%44.71%-
HSV(B)56º41.67%56.47%-
XYZ22.4825.3312.09-
YUV134.8199.33134.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 140 (55.08% from 255) = 38.04%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=39.13%
G=38.04%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441408400.030.420.445626.3244.71
Hex908C54032A2C381a2d
Octal220214124035254703255
Binary1001000010001100101010001110101010110011100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908C54; }

 p { color: rgb(144,140,84); }

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

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

 a { background-color: rgb(144,140,84); }

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

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

 span { border-color: rgb(144,140,84); }

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