#968081

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

Shades of Turkish Rose #968081

Tints of Turkish Rose #968081

Color information

#968081 (or 0x968081) is unknown color: approx Turkish Rose. HEX triplet: 96, 80 and 81. RGB value is (150,128,129). Sum of RGB (Red+Green+Blue) = 150+128+129=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #968081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968081 is #697F7E. Grayscale: #868686. Windows color (decimal): -6913919 or 8487062. OLE color: 8487062.

HSL color Cylindrical-coordinate representation of color #968081: hue angle of 357.27º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968081 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB150128129-
CMYK00.150.140.41
HSL357.27º9.48%54.51%-
HSV(B)357.27º14.67%58.82%-
XYZ24.2623.5124.03-
YUV134.69124.79138.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=36.86%
G=31.45%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012812900.150.140.41357.279.4854.51
Hex9680810FE29165937
Octal22620020101716515451167
Binary1001011010000000100000010111111101010011011001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968081; }

 p { color: rgb(150,128,129); }

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

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

 a { background-color: rgb(150,128,129); }

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

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

 span { border-color: rgb(150,128,129); }

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