#918653

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

Shades of Clay Creek #918653

Tints of Clay Creek #918653

Color information

#918653 (or 0x918653) is unknown color: approx Clay Creek. HEX triplet: 91, 86 and 53. RGB value is (145,134,83). Sum of RGB (Red+Green+Blue) = 145+134+83=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #918653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918653 is #6E79AC. Grayscale: #838383. Windows color (decimal): -7240109 or 5473937. OLE color: 5473937.

HSL color Cylindrical-coordinate representation of color #918653: hue angle of 49.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918653 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14513483-
CMYK00.080.430.43
HSL49.35º27.19%44.71%-
HSV(B)49.35º42.76%56.86%-
XYZ21.7623.6911.61-
YUV131.48100.64137.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=40.06%
G=37.02%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451348300.080.430.4349.3527.1944.71
Hex918653082B2B311b2d
Octal2212061230105353613355
Binary100100011000011010100110100010101110101111000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918653; }

 p { color: rgb(145,134,83); }

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

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

 a { background-color: rgb(145,134,83); }

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

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

 span { border-color: rgb(145,134,83); }

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