#926C6E

Color #926C6E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #926C6E

Tints of Turkish Rose #926C6E

Color information

#926C6E (or 0x926C6E) is unknown color: approx Turkish Rose. HEX triplet: 92, 6C and 6E. RGB value is (146,108,110). Sum of RGB (Red+Green+Blue) = 146+108+110=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #926C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C6E is #6D9391. Grayscale: #777777. Windows color (decimal): -7181202 or 7236754. OLE color: 7236754.

HSL color Cylindrical-coordinate representation of color #926C6E: hue angle of 356.84º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #926C6E is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146108110-
CMYK00.260.250.43
HSL356.84º14.96%49.8%-
HSV(B)356.84º26.03%57.25%-
XYZ20.0317.9617.16-
YUV119.59122.59146.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=40.11%
G=29.67%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610811000.260.250.43356.8414.9649.8
Hex926C6E01A192B165f32
Octal22215415603231535451762
Binary1001001011011001101110011010110011010111011001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926C6E; }

 p { color: rgb(146,108,110); }

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

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

 a { background-color: rgb(146,108,110); }

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

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

 span { border-color: rgb(146,108,110); }

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