#968A4F

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

Shades of Clay Creek #968A4F

Tints of Clay Creek #968A4F

Color information

#968A4F (or 0x968A4F) is unknown color: approx Clay Creek. HEX triplet: 96, 8A and 4F. RGB value is (150,138,79). Sum of RGB (Red+Green+Blue) = 150+138+79=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A4F is #6975B0. Grayscale: #878787. Windows color (decimal): -6911409 or 5212822. OLE color: 5212822.

HSL color Cylindrical-coordinate representation of color #968A4F: hue angle of 49.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #968A4F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15013879-
CMYK00.080.470.41
HSL49.86º31%44.9%-
HSV(B)49.86º47.33%58.82%-
XYZ23.0825.2311.05-
YUV134.8696.48138.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=40.87%
G=37.60%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501387900.080.470.4149.863144.9
Hex968A4F082F29321f2d
Octal2262121170105751623755
Binary100101101000101010011110100010111110100111001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,138,79); }

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

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

 a { background-color: rgb(150,138,79); }

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

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

 span { border-color: rgb(150,138,79); }

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