#90814C

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

Shades of Clay Creek #90814C

Tints of Clay Creek #90814C

Color information

#90814C (or 0x90814C) is unknown color: approx Clay Creek. HEX triplet: 90, 81 and 4C. RGB value is (144,129,76). Sum of RGB (Red+Green+Blue) = 144+129+76=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #90814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90814C is #6F7EB3. Grayscale: #7F7F7F. Windows color (decimal): -7306932 or 5013904. OLE color: 5013904.

HSL color Cylindrical-coordinate representation of color #90814C: hue angle of 46.76º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90814C is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB14412976-
CMYK00.100.470.44
HSL46.76º30.91%43.14%-
HSV(B)46.76º47.22%56.47%-
XYZ20.6622.1510.02-
YUV127.4498.97139.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=41.26%
G=36.96%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441297600.100.470.4446.7630.9143.14
Hex90814C0A2F2C2f1f2b
Octal2202011140125754573753
Binary100100001000000110011000101010111110110010111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90814C; }

 p { color: rgb(144,129,76); }

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

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

 a { background-color: rgb(144,129,76); }

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

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

 span { border-color: rgb(144,129,76); }

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