#908054

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

Shades of Clay Creek #908054

Tints of Clay Creek #908054

Color information

#908054 (or 0x908054) is unknown color: approx Clay Creek. HEX triplet: 90, 80 and 54. RGB value is (144,128,84). Sum of RGB (Red+Green+Blue) = 144+128+84=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #908054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908054 is #6F7FAB. Grayscale: #7F7F7F. Windows color (decimal): -7307180 or 5537936. OLE color: 5537936.

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

Color convert

RGB14412884-
CMYK00.110.420.44
HSL44º26.32%44.71%-
HSV(B)44º41.67%56.47%-
XYZ20.8222.0111.54-
YUV127.77103.3139.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=40.45%
G=35.96%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441288400.110.420.444426.3244.71
Hex9080540B2A2C2c1a2d
Octal2202001240135254543255
Binary100100001000000010101000101110101010110010110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908054; }

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

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

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

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

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

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

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

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