#968F54

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

Shades of Clay Creek #968F54

Tints of Clay Creek #968F54

Color information

#968F54 (or 0x968F54) is unknown color: approx Clay Creek. HEX triplet: 96, 8F and 54. RGB value is (150,143,84). Sum of RGB (Red+Green+Blue) = 150+143+84=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #968F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F54 is #6970AB. Grayscale: #8A8A8A. Windows color (decimal): -6910124 or 5541782. OLE color: 5541782.

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

Color convert

RGB15014384-
CMYK00.050.440.41
HSL53.64º28.21%45.88%-
HSV(B)53.64º44%58.82%-
XYZ2426.7712.29-
YUV138.3797.32136.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 84 (33.20% from 255) = 22.28%
R=39.79%
G=37.93%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501438400.050.440.4153.6428.2145.88
Hex968F54052C29361c2e
Octal226217124055451663456
Binary10010110100011111010100010110110010100111011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968F54; }

 p { color: rgb(150,143,84); }

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

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

 a { background-color: rgb(150,143,84); }

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

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

 span { border-color: rgb(150,143,84); }

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