#986768

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

Shades of Turkish Rose #986768

Tints of Turkish Rose #986768

Color information

#986768 (or 0x986768) is unknown color: approx Turkish Rose. HEX triplet: 98, 67 and 68. RGB value is (152,103,104). Sum of RGB (Red+Green+Blue) = 152+103+104=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #986768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986768 is #679897. Grayscale: #757575. Windows color (decimal): -6789272 or 6842264. OLE color: 6842264.

HSL color Cylindrical-coordinate representation of color #986768: hue angle of 358.78º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986768 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB152103104-
CMYK00.320.320.40
HSL358.78º19.22%50%-
HSV(B)358.78º32.24%59.61%-
XYZ20.317.3815.38-
YUV117.76120.23152.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=42.34%
G=28.69%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210310400.320.320.40358.7819.2250
Hex98676802020281671332
Octal23014715004040505472362
Binary1001100011001111101000010000010000010100010110011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986768; }

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

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

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

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

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

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

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

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