#967476

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

Shades of Turkish Rose #967476

Tints of Turkish Rose #967476

Color information

#967476 (or 0x967476) is unknown color: approx Turkish Rose. HEX triplet: 96, 74 and 76. RGB value is (150,116,118). Sum of RGB (Red+Green+Blue) = 150+116+118=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967476 is #698B89. Grayscale: #7E7E7E. Windows color (decimal): -6917002 or 7763094. OLE color: 7763094.

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

Color convert

RGB150116118-
CMYK00.230.210.41
HSL356.47º13.93%52.16%-
HSV(B)356.47º22.67%58.82%-
XYZ22.0920.2819.89-
YUV126.39123.26144.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=39.06%
G=30.21%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011611800.230.210.41356.4713.9352.16
Hex9674760171529164e34
Octal22616416602725515441664
Binary1001011011101001110110010111101011010011011001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967476; }

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

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

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

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

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

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

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

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