#99676B

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

Shades of Turkish Rose #99676B

Tints of Turkish Rose #99676B

Color information

#99676B (or 0x99676B) is unknown color: approx Turkish Rose. HEX triplet: 99, 67 and 6B. RGB value is (153,103,107). Sum of RGB (Red+Green+Blue) = 153+103+107=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99676B is #669894. Grayscale: #767676. Windows color (decimal): -6723733 or 7038873. OLE color: 7038873.

HSL color Cylindrical-coordinate representation of color #99676B: hue angle of 355.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99676B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB153103107-
CMYK00.330.300.4
HSL355.2º19.69%50.2%-
HSV(B)355.2º32.68%60%-
XYZ20.6417.5316.21-
YUV118.41121.56152.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=42.15%
G=28.37%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310310700.330.300.4355.219.6950.2
Hex99676B0211E281631432
Octal23114715304136505432462
Binary100110011100111110101101000011111010100010110001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99676B; }

 p { color: rgb(153,103,107); }

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

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

 a { background-color: rgb(153,103,107); }

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

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

 span { border-color: rgb(153,103,107); }

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