#967276

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

Shades of Turkish Rose #967276

Tints of Turkish Rose #967276

Color information

#967276 (or 0x967276) is unknown color: approx Turkish Rose. HEX triplet: 96, 72 and 76. RGB value is (150,114,118). Sum of RGB (Red+Green+Blue) = 150+114+118=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #967276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967276 is #698D89. Grayscale: #7D7D7D. Windows color (decimal): -6917514 or 7762582. OLE color: 7762582.

HSL color Cylindrical-coordinate representation of color #967276: hue angle of 353.33º 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 #967276 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150114118-
CMYK00.240.210.41
HSL353.33º14.63%51.76%-
HSV(B)353.33º24%58.82%-
XYZ21.8719.8319.81-
YUV125.22123.93145.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=39.27%
G=29.84%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011411800.240.210.41353.3314.6351.76
Hex9672760181529161f34
Octal22616216603025515411764
Binary1001011011100101110110011000101011010011011000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967276; }

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

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

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

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

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

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

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

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