#92864C

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

Shades of Clay Creek #92864C

Tints of Clay Creek #92864C

Color information

#92864C (or 0x92864C) is unknown color: approx Clay Creek. HEX triplet: 92, 86 and 4C. RGB value is (146,134,76). Sum of RGB (Red+Green+Blue) = 146+134+76=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #92864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92864C is #6D79B3. Grayscale: #838383. Windows color (decimal): -7174580 or 5015186. OLE color: 5015186.

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

Color convert

RGB14613476-
CMYK00.080.480.43
HSL49.71º31.53%43.53%-
HSV(B)49.71º47.95%57.25%-
XYZ21.6823.6810.27-
YUV130.9896.98138.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=41.01%
G=37.64%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461347600.080.480.4349.7131.5343.53
Hex92864C08302B32202c
Octal2222061140106053624054
Binary1001001010000110100110001000110000101011110010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92864C; }

 p { color: rgb(146,134,76); }

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

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

 a { background-color: rgb(146,134,76); }

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

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

 span { border-color: rgb(146,134,76); }

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