#926E6F

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

Shades of Turkish Rose #926E6F

Tints of Turkish Rose #926E6F

Color information

#926E6F (or 0x926E6F) is unknown color: approx Turkish Rose. HEX triplet: 92, 6E and 6F. RGB value is (146,110,111). Sum of RGB (Red+Green+Blue) = 146+110+111=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #926E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E6F is #6D9190. Grayscale: #787878. Windows color (decimal): -7180689 or 7302802. OLE color: 7302802.

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

Color convert

RGB146110111-
CMYK00.250.240.43
HSL358.33º14.17%50.2%-
HSV(B)358.33º24.66%57.25%-
XYZ20.318.4117.52-
YUV120.88122.43145.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=39.78%
G=29.97%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611011100.250.240.43358.3314.1750.2
Hex926E6F019182B166e32
Octal22215615703130535461662
Binary1001001011011101101111011001110001010111011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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