#96737B

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

Shades of Turkish Rose #96737B

Tints of Turkish Rose #96737B

Color information

#96737B (or 0x96737B) is unknown color: approx Turkish Rose. HEX triplet: 96, 73 and 7B. RGB value is (150,115,123). Sum of RGB (Red+Green+Blue) = 150+115+123=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96737B is #698C84. Grayscale: #7E7E7E. Windows color (decimal): -6917253 or 8090518. OLE color: 8090518.

HSL color Cylindrical-coordinate representation of color #96737B: hue angle of 346.29º 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 #96737B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB150115123-
CMYK00.230.180.41
HSL346.29º14.29%51.96%-
HSV(B)346.29º23.33%58.82%-
XYZ22.2820.1821.46-
YUV126.38126.1144.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=38.66%
G=29.64%
B=31.70%

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
Decimal15011512300.230.180.41346.2914.2951.96
Hex96737B017122915ae34
Octal22616317302722515321664
Binary1001011011100111111011010111100101010011010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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