#908051

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

Shades of Clay Creek #908051

Tints of Clay Creek #908051

Color information

#908051 (or 0x908051) is unknown color: approx Clay Creek. HEX triplet: 90, 80 and 51. RGB value is (144,128,81). Sum of RGB (Red+Green+Blue) = 144+128+81=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #908051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908051 is #6F7FAE. Grayscale: #7F7F7F. Windows color (decimal): -7307183 or 5341328. OLE color: 5341328.

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

Color convert

RGB14412881-
CMYK00.110.440.44
HSL44.76º28%44.12%-
HSV(B)44.76º43.75%56.47%-
XYZ20.7121.9610.93-
YUV127.43101.8139.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=40.79%
G=36.26%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441288100.110.440.4444.762844.12
Hex9080510B2C2C2d1c2c
Octal2202001210135454553454
Binary100100001000000010100010101110110010110010110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908051; }

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

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

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

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

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

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

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

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