#94686A

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

Shades of Turkish Rose #94686A

Tints of Turkish Rose #94686A

Color information

#94686A (or 0x94686A) is unknown color: approx Turkish Rose. HEX triplet: 94, 68 and 6A. RGB value is (148,104,106). Sum of RGB (Red+Green+Blue) = 148+104+106=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94686A is #6B9795. Grayscale: #757575. Windows color (decimal): -7051158 or 6973588. OLE color: 6973588.

HSL color Cylindrical-coordinate representation of color #94686A: hue angle of 357.27º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94686A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB148104106-
CMYK00.300.280.42
HSL357.27º17.46%49.41%-
HSV(B)357.27º29.73%58.04%-
XYZ19.7617.2415.92-
YUV117.38121.58149.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=41.34%
G=29.05%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810410600.300.280.42357.2717.4649.41
Hex94686A01E1C2A1651131
Octal22415015203634525452161
Binary10010100110100011010100111101110010101010110010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94686A; }

 p { color: rgb(148,104,106); }

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

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

 a { background-color: rgb(148,104,106); }

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

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

 span { border-color: rgb(148,104,106); }

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