#956768

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

Shades of Turkish Rose #956768

Tints of Turkish Rose #956768

Color information

#956768 (or 0x956768) is unknown color: approx Turkish Rose. HEX triplet: 95, 67 and 68. RGB value is (149,103,104). Sum of RGB (Red+Green+Blue) = 149+103+104=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #956768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956768 is #6A9897. Grayscale: #747474. Windows color (decimal): -6985880 or 6842261. OLE color: 6842261.

HSL color Cylindrical-coordinate representation of color #956768: hue angle of 358.7º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956768 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149103104-
CMYK00.310.300.42
HSL358.7º18.25%49.41%-
HSV(B)358.7º30.87%58.43%-
XYZ19.7417.0915.35-
YUV116.87120.74150.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=41.85%
G=28.93%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910310400.310.300.42358.718.2549.41
Hex95676801F1E2A1671231
Octal22514715003736525472261
Binary10010101110011111010000111111111010101010110011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956768; }

 p { color: rgb(149,103,104); }

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

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

 a { background-color: rgb(149,103,104); }

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

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

 span { border-color: rgb(149,103,104); }

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