#996467

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

Shades of Turkish Rose #996467

Tints of Turkish Rose #996467

Color information

#996467 (or 0x996467) is unknown color: approx Turkish Rose. HEX triplet: 99, 64 and 67. RGB value is (153,100,103). Sum of RGB (Red+Green+Blue) = 153+100+103=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996467 is #669B98. Grayscale: #747474. Windows color (decimal): -6724505 or 6775961. OLE color: 6775961.

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

Color convert

RGB153100103-
CMYK00.350.330.4
HSL356.6º20.95%49.61%-
HSV(B)356.6º34.64%60%-
XYZ20.1416.8715.03-
YUV116.19120.56154.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=42.98%
G=28.09%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310010300.350.330.4356.620.9549.61
Hex99646702321281651532
Octal23114414704341505452562
Binary1001100111001001100111010001110000110100010110010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996467; }

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

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

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

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

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

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

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

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