#967175

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

Shades of Turkish Rose #967175

Tints of Turkish Rose #967175

Color information

#967175 (or 0x967175) is unknown color: approx Turkish Rose. HEX triplet: 96, 71 and 75. RGB value is (150,113,117). Sum of RGB (Red+Green+Blue) = 150+113+117=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #967175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967175 is #698E8A. Grayscale: #7C7C7C. Windows color (decimal): -6917771 or 7696790. OLE color: 7696790.

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

Color convert

RGB150113117-
CMYK00.250.220.41
HSL353.51º14.98%51.57%-
HSV(B)353.51º24.67%58.82%-
XYZ21.6919.5819.47-
YUV124.52123.76146.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=39.47%
G=29.74%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011311700.250.220.41353.5114.9851.57
Hex9671750191629162f34
Octal22616116503126515421764
Binary1001011011100011110101011001101101010011011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967175; }

 p { color: rgb(150,113,117); }

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

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

 a { background-color: rgb(150,113,117); }

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

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

 span { border-color: rgb(150,113,117); }

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