#969055

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

Shades of Clay Creek #969055

Tints of Clay Creek #969055

Color information

#969055 (or 0x969055) is unknown color: approx Clay Creek. HEX triplet: 96, 90 and 55. RGB value is (150,144,85). Sum of RGB (Red+Green+Blue) = 150+144+85=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #969055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969055 is #696FAA. Grayscale: #8B8B8B. Windows color (decimal): -6909867 or 5607574. OLE color: 5607574.

HSL color Cylindrical-coordinate representation of color #969055: hue angle of 54.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #969055 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15014485-
CMYK00.040.430.41
HSL54.46º27.66%46.08%-
HSV(B)54.46º43.33%58.82%-
XYZ24.1927.0912.55-
YUV139.0797.49135.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=39.58%
G=37.99%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501448500.040.430.4154.4627.6646.08
Hex969055042B29361c2e
Octal226220125045351663456
Binary10010110100100001010101010010101110100111011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969055; }

 p { color: rgb(150,144,85); }

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

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

 a { background-color: rgb(150,144,85); }

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

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

 span { border-color: rgb(150,144,85); }

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