#968452

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

Shades of Clay Creek #968452

Tints of Clay Creek #968452

Color information

#968452 (or 0x968452) is unknown color: approx Clay Creek. HEX triplet: 96, 84 and 52. RGB value is (150,132,82). Sum of RGB (Red+Green+Blue) = 150+132+82=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #968452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968452 is #697BAD. Grayscale: #838383. Windows color (decimal): -6912942 or 5407894. OLE color: 5407894.

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

Color convert

RGB15013282-
CMYK00.120.450.41
HSL44.12º29.31%45.49%-
HSV(B)44.12º45.33%58.82%-
XYZ22.3523.611.36-
YUV131.6899.96141.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=41.21%
G=36.26%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501328200.120.450.4144.1229.3145.49
Hex9684520C2D292c1d2d
Octal2262041220145551543555
Binary100101101000010010100100110010110110100110110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968452; }

 p { color: rgb(150,132,82); }

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

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

 a { background-color: rgb(150,132,82); }

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

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

 span { border-color: rgb(150,132,82); }

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