#908654

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

Shades of Clay Creek #908654

Tints of Clay Creek #908654

Color information

#908654 (or 0x908654) is unknown color: approx Clay Creek. HEX triplet: 90, 86 and 54. RGB value is (144,134,84). Sum of RGB (Red+Green+Blue) = 144+134+84=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #908654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908654 is #6F79AB. Grayscale: #838383. Windows color (decimal): -7305644 or 5539472. OLE color: 5539472.

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

Color convert

RGB14413484-
CMYK00.070.420.44
HSL50º26.32%44.71%-
HSV(B)50º41.67%56.47%-
XYZ21.6323.6211.81-
YUV131.29101.31137.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=39.78%
G=37.02%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441348400.070.420.445026.3244.71
Hex908654072A2C321a2d
Octal220206124075254623255
Binary10010000100001101010100011110101010110011001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908654; }

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

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

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

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

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

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

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

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