#967379

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

Shades of Turkish Rose #967379

Tints of Turkish Rose #967379

Color information

#967379 (or 0x967379) is unknown color: approx Turkish Rose. HEX triplet: 96, 73 and 79. RGB value is (150,115,121). Sum of RGB (Red+Green+Blue) = 150+115+121=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #967379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967379 is #698C86. Grayscale: #7E7E7E. Windows color (decimal): -6917255 or 7959446. OLE color: 7959446.

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

Color convert

RGB150115121-
CMYK00.230.190.41
HSL349.71º14.29%51.96%-
HSV(B)349.71º23.33%58.82%-
XYZ22.1620.1320.81-
YUV126.15125.1145.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=38.86%
G=29.79%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011512100.230.190.41349.7114.2951.96
Hex967379017132915ee34
Octal22616317102723515361664
Binary1001011011100111111001010111100111010011010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967379; }

 p { color: rgb(150,115,121); }

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

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

 a { background-color: rgb(150,115,121); }

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

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

 span { border-color: rgb(150,115,121); }

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