Html Css Color HEX #9F6468 Turkish Rose

📋 copy color: '#9F6468'

red 159 ◦ green 100 ◦ blue 104

#9F6468
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9F6468

Tints of Turkish Rose #9F6468

RGB

 RED value IS 159 (62.5% from 255) = 43.8%

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 43.8%
G = 27.55%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F6468 (or 0x9F6468) is known color: Turkish Rose. HEX triplet: 9F, 64 and 68. RGB value is (159,100,104). Sum of RGB (Red+Green+Blue) = 159+100+104=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6468 is #609B97. Grayscale: #767676. Windows color (decimal): -6331288 or 6841503. OLE color: 6841503.

HSL color Cylindrical-coordinate representation of color #9F6468: hue angle of 355.93º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F6468 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 100 104 -
CMYK 0 0.37 0.35 0.38
HSL 355.93º 0.24% 0.51% -
HSV(B) 355.93º 0.37% 0.62% -
XYZ 21.35 17.48 15.35 -
YUV 118.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 159 100 104 0 0.37 0.35 0.38 355.93 0.24 0.51
Hex 9F 64 68 0 25 23 26 164 18 33
Octal 237 144 150 0 45 43 46 544 30 63
Binary 10011111 1100100 1101000 0 100101 100011 100110 101100100 11000 110011

Color Harmonies of #9F6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6468

Black with #9F6468

Text Example


Text Example

White with #9F6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F6468; }

 p { color: rgb(159,100,104); }

 H1.HeaderClassName
 {
   color: #9F6468;
 }
 .AnyTagClassName
 {
   color: #9F6468;
 }
</style>

background-color css

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

 a { background-color: rgb(159,100,104); }

 div.DivClassName
 {
   background-color: #9F6468;
 }
 .BgClassName
 {
   background-color: #9F6468;
 }
</style>

border-color css

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

 span { border-color: rgb(159,100,104); }

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