#967273

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

Shades of Turkish Rose #967273

Tints of Turkish Rose #967273

Color information

#967273 (or 0x967273) is unknown color: approx Turkish Rose. HEX triplet: 96, 72 and 73. RGB value is (150,114,115). Sum of RGB (Red+Green+Blue) = 150+114+115=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #967273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967273 is #698D8C. Grayscale: #7C7C7C. Windows color (decimal): -6917517 or 7565974. OLE color: 7565974.

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

Color convert

RGB150114115-
CMYK00.240.230.41
HSL358.33º14.63%51.76%-
HSV(B)358.33º24%58.82%-
XYZ21.6919.7618.89-
YUV124.88122.43145.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=39.58%
G=30.08%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011411500.240.230.41358.3314.6351.76
Hex9672730181729166f34
Octal22616216303027515461764
Binary1001011011100101110011011000101111010011011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967273; }

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

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

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

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

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

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

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

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