#96747B

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

Shades of Turkish Rose #96747B

Tints of Turkish Rose #96747B

Color information

#96747B (or 0x96747B) is unknown color: approx Turkish Rose. HEX triplet: 96, 74 and 7B. RGB value is (150,116,123). Sum of RGB (Red+Green+Blue) = 150+116+123=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96747B is #698B84. Grayscale: #7E7E7E. Windows color (decimal): -6916997 or 8090774. OLE color: 8090774.

HSL color Cylindrical-coordinate representation of color #96747B: hue angle of 347.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96747B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB150116123-
CMYK00.230.180.41
HSL347.65º13.93%52.16%-
HSV(B)347.65º22.67%58.82%-
XYZ22.420.421.5-
YUV126.96125.76144.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=38.56%
G=29.82%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011612300.230.180.41347.6513.9352.16
Hex96747B017122915ce34
Octal22616417302722515341664
Binary1001011011101001111011010111100101010011010111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96747B; }

 p { color: rgb(150,116,123); }

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

<style>
 a { background-color: #96747B; }

 a { background-color: rgb(150,116,123); }

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

<style>
 span { border-color: #96747B; }

 span { border-color: rgb(150,116,123); }

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