#986769

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

Shades of Turkish Rose #986769

Tints of Turkish Rose #986769

Color information

#986769 (or 0x986769) is unknown color: approx Turkish Rose. HEX triplet: 98, 67 and 69. RGB value is (152,103,105). Sum of RGB (Red+Green+Blue) = 152+103+105=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #986769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986769 is #679896. Grayscale: #757575. Windows color (decimal): -6789271 or 6907800. OLE color: 6907800.

HSL color Cylindrical-coordinate representation of color #986769: hue angle of 357.55º 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 #986769 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB152103105-
CMYK00.320.310.40
HSL357.55º19.22%50%-
HSV(B)357.55º32.24%59.61%-
XYZ20.3517.415.65-
YUV117.88120.73152.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=42.22%
G=28.61%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210310500.320.310.40357.5519.2250
Hex9867690201F281661332
Octal23014715104037505462362
Binary100110001100111110100101000001111110100010110011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986769; }

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

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

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

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

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

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

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

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