#90864F

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

Shades of Clay Creek #90864F

Tints of Clay Creek #90864F

Color information

#90864F (or 0x90864F) is unknown color: approx Clay Creek. HEX triplet: 90, 86 and 4F. RGB value is (144,134,79). Sum of RGB (Red+Green+Blue) = 144+134+79=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90864F is #6F79B0. Grayscale: #828282. Windows color (decimal): -7305649 or 5211792. OLE color: 5211792.

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

Color convert

RGB14413479-
CMYK00.070.450.44
HSL50.77º29.15%43.73%-
HSV(B)50.77º45.14%56.47%-
XYZ21.4423.5410.81-
YUV130.7298.81137.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=40.34%
G=37.54%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441347900.070.450.4450.7729.1543.73
Hex90864F072D2C331d2c
Octal220206117075554633554
Binary10010000100001101001111011110110110110011001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90864F; }

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

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

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

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

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

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

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

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