#90865C

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

Shades of Clay Creek #90865C

Tints of Clay Creek #90865C

Color information

#90865C (or 0x90865C) is unknown color: approx Clay Creek. HEX triplet: 90, 86 and 5C. RGB value is (144,134,92). Sum of RGB (Red+Green+Blue) = 144+134+92=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #90865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90865C is #6F79A3. Grayscale: #848484. Windows color (decimal): -7305636 or 6063760. OLE color: 6063760.

HSL color Cylindrical-coordinate representation of color #90865C: hue angle of 48.46º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90865C is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB14413492-
CMYK00.070.360.44
HSL48.46º22.03%46.27%-
HSV(B)48.46º36.11%56.47%-
XYZ21.9623.7513.55-
YUV132.2105.31136.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=38.92%
G=36.22%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441349200.070.360.4448.4622.0346.27
Hex90865C07242C30162e
Octal220206134074454602656
Binary10010000100001101011100011110010010110011000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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