#966667

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

Shades of Turkish Rose #966667

Tints of Turkish Rose #966667

Color information

#966667 (or 0x966667) is unknown color: approx Turkish Rose. HEX triplet: 96, 66 and 67. RGB value is (150,102,103). Sum of RGB (Red+Green+Blue) = 150+102+103=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #966667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966667 is #699998. Grayscale: #747474. Windows color (decimal): -6920601 or 6776470. OLE color: 6776470.

HSL color Cylindrical-coordinate representation of color #966667: hue angle of 358.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966667 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150102103-
CMYK00.320.310.41
HSL358.75º19.05%49.41%-
HSV(B)358.75º32%58.82%-
XYZ19.7816.9715.06-
YUV116.47120.4151.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=42.25%
G=28.73%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010210300.320.310.41358.7519.0549.41
Hex9666670201F291671331
Octal22614614704037515472361
Binary100101101100110110011101000001111110100110110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966667; }

 p { color: rgb(150,102,103); }

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

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

 a { background-color: rgb(150,102,103); }

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

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

 span { border-color: rgb(150,102,103); }

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