#967275

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

Shades of Turkish Rose #967275

Tints of Turkish Rose #967275

Color information

#967275 (or 0x967275) is unknown color: approx Turkish Rose. HEX triplet: 96, 72 and 75. RGB value is (150,114,117). Sum of RGB (Red+Green+Blue) = 150+114+117=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967275 is #698D8A. Grayscale: #7D7D7D. Windows color (decimal): -6917515 or 7697046. OLE color: 7697046.

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

Color convert

RGB150114117-
CMYK00.240.220.41
HSL355º14.63%51.76%-
HSV(B)355º24%58.82%-
XYZ21.8119.819.5-
YUV125.11123.43145.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=39.37%
G=29.92%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011411700.240.220.4135514.6351.76
Hex9672750181629163f34
Octal22616216503026515431764
Binary1001011011100101110101011000101101010011011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967275; }

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

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

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

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

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

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

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

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