#918951

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

Shades of Clay Creek #918951

Tints of Clay Creek #918951

Color information

#918951 (or 0x918951) is unknown color: approx Clay Creek. HEX triplet: 91, 89 and 51. RGB value is (145,137,81). Sum of RGB (Red+Green+Blue) = 145+137+81=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #918951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918951 is #6E76AE. Grayscale: #858585. Windows color (decimal): -7239343 or 5343633. OLE color: 5343633.

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

Color convert

RGB14513781-
CMYK00.060.440.43
HSL52.5º28.32%44.31%-
HSV(B)52.5º44.14%56.86%-
XYZ22.1124.5111.35-
YUV133.0198.65136.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=39.94%
G=37.74%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451378100.060.440.4352.528.3244.31
Hex918951062C2B341c2c
Octal221211121065453643454
Binary10010001100010011010001011010110010101111010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918951; }

 p { color: rgb(145,137,81); }

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

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

 a { background-color: rgb(145,137,81); }

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

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

 span { border-color: rgb(145,137,81); }

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