#94696A

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

Shades of Turkish Rose #94696A

Tints of Turkish Rose #94696A

Color information

#94696A (or 0x94696A) is unknown color: approx Turkish Rose. HEX triplet: 94, 69 and 6A. RGB value is (148,105,106). Sum of RGB (Red+Green+Blue) = 148+105+106=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94696A is #6B9695. Grayscale: #767676. Windows color (decimal): -7050902 or 6973844. OLE color: 6973844.

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

Color convert

RGB148105106-
CMYK00.290.280.42
HSL358.6º17%49.61%-
HSV(B)358.6º29.05%58.04%-
XYZ19.8717.4415.95-
YUV117.97121.25149.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=41.23%
G=29.25%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810510600.290.280.42358.61749.61
Hex94696A01D1C2A1671132
Octal22415115203534525472162
Binary10010100110100111010100111011110010101010110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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