#926D6E

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

Shades of Turkish Rose #926D6E

Tints of Turkish Rose #926D6E

Color information

#926D6E (or 0x926D6E) is unknown color: approx Turkish Rose. HEX triplet: 92, 6D and 6E. RGB value is (146,109,110). Sum of RGB (Red+Green+Blue) = 146+109+110=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #926D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D6E is #6D9291. Grayscale: #787878. Windows color (decimal): -7180946 or 7237010. OLE color: 7237010.

HSL color Cylindrical-coordinate representation of color #926D6E: hue angle of 358.38º degrees, saturation: 0.15, 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 #926D6E is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146109110-
CMYK00.250.250.43
HSL358.38º14.51%50%-
HSV(B)358.38º25.34%57.25%-
XYZ20.1418.1717.2-
YUV120.18122.26146.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=40%
G=29.86%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610911000.250.250.43358.3814.5150
Hex926D6E019192B166f32
Octal22215515603131535461762
Binary1001001011011011101110011001110011010111011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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