Html Css Color HEX #9F6869 Turkish Rose

📋 copy color: '#9F6869'

red 159 ◦ green 104 ◦ blue 105

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

Shades of Turkish Rose #9F6869

Tints of Turkish Rose #9F6869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 43.21%
G = 28.26%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F6869 (or 0x9F6869) is known color: Turkish Rose. HEX triplet: 9F, 68 and 69. RGB value is (159,104,105). Sum of RGB (Red+Green+Blue) = 159+104+105=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6869 is #609796. Grayscale: #787878. Windows color (decimal): -6330263 or 6908063. OLE color: 6908063.

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

Color convert

RGB 159 104 105 -
CMYK 0 0.35 0.34 0.38
HSL 358.91º 0.22% 0.52% -
HSV(B) 358.91º 0.35% 0.62% -
XYZ 21.8 18.29 15.75 -
YUV 120.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 159 104 105 0 0.35 0.34 0.38 358.91 0.22 0.52
Hex 9F 68 69 0 23 22 26 167 16 34
Octal 237 150 151 0 43 42 46 547 26 64
Binary 10011111 1101000 1101001 0 100011 100010 100110 101100111 10110 110100

Color Harmonies of #9F6869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6869

Black with #9F6869

Text Example


Text Example

White with #9F6869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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