#967677

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

Shades of Turkish Rose #967677

Tints of Turkish Rose #967677

Color information

#967677 (or 0x967677) is unknown color: approx Turkish Rose. HEX triplet: 96, 76 and 77. RGB value is (150,118,119). Sum of RGB (Red+Green+Blue) = 150+118+119=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967677 is #698988. Grayscale: #7F7F7F. Windows color (decimal): -6916489 or 7829142. OLE color: 7829142.

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

Color convert

RGB150118119-
CMYK00.210.210.41
HSL358.12º13.22%52.55%-
HSV(B)358.12º21.33%58.82%-
XYZ22.3920.7720.28-
YUV127.68123.1143.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=38.76%
G=30.49%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011811900.210.210.41358.1213.2252.55
Hex9676770151529166d35
Octal22616616702525515461565
Binary1001011011101101110111010101101011010011011001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967677; }

 p { color: rgb(150,118,119); }

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

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

 a { background-color: rgb(150,118,119); }

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

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

 span { border-color: rgb(150,118,119); }

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