#908B56

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

Shades of Clay Creek #908B56

Tints of Clay Creek #908B56

Color information

#908B56 (or 0x908B56) is unknown color: approx Clay Creek. HEX triplet: 90, 8B and 56. RGB value is (144,139,86). Sum of RGB (Red+Green+Blue) = 144+139+86=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #908B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B56 is #6F74A9. Grayscale: #868686. Windows color (decimal): -7304362 or 5671824. OLE color: 5671824.

HSL color Cylindrical-coordinate representation of color #908B56: hue angle of 54.83º 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 #908B56 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB14413986-
CMYK00.030.400.44
HSL54.83º25.22%45.1%-
HSV(B)54.83º40.28%56.47%-
XYZ22.4125.0712.46-
YUV134.45100.66134.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=39.02%
G=37.67%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441398600.030.400.4454.8325.2245.1
Hex908B5603282C37192d
Octal220213126035054673155
Binary1001000010001011101011001110100010110011011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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