#96696A

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

Shades of Turkish Rose #96696A

Tints of Turkish Rose #96696A

Color information

#96696A (or 0x96696A) is unknown color: approx Turkish Rose. HEX triplet: 96, 69 and 6A. RGB value is (150,105,106). Sum of RGB (Red+Green+Blue) = 150+105+106=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96696A is #699695. Grayscale: #767676. Windows color (decimal): -6919830 or 6973846. OLE color: 6973846.

HSL color Cylindrical-coordinate representation of color #96696A: hue angle of 358.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96696A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150105106-
CMYK00.300.290.41
HSL358.67º17.65%50%-
HSV(B)358.67º30%58.82%-
XYZ20.2317.6315.97-
YUV118.57120.91150.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=41.55%
G=29.09%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010510600.300.290.41358.6717.6550
Hex96696A01E1D291671232
Octal22615115203635515472262
Binary10010110110100111010100111101110110100110110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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