#968182

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

Shades of Turkish Rose #968182

Tints of Turkish Rose #968182

Color information

#968182 (or 0x968182) is unknown color: approx Turkish Rose. HEX triplet: 96, 81 and 82. RGB value is (150,129,130). Sum of RGB (Red+Green+Blue) = 150+129+130=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #968182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968182 is #697E7D. Grayscale: #878787. Windows color (decimal): -6913662 or 8552854. OLE color: 8552854.

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

Color convert

RGB150129130-
CMYK00.140.130.41
HSL357.14º9.09%54.71%-
HSV(B)357.14º14%58.82%-
XYZ24.4623.824.42-
YUV135.39124.96138.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=36.67%
G=31.54%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012913000.140.130.41357.149.0954.71
Hex9681820ED29165937
Octal22620120201615515451167
Binary1001011010000001100000100111011011010011011001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968182; }

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

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

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

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

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

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

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

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