Html Css Color HEX #9F6569 Turkish Rose

📋 copy color: '#9F6569'

red 159 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #9F6569

Tints of Turkish Rose #9F6569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

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

R = 43.56%
G = 27.67%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F6569 (or 0x9F6569) is known color: Turkish Rose. HEX triplet: 9F, 65 and 69. RGB value is (159,101,105). Sum of RGB (Red+Green+Blue) = 159+101+105=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6569 is #609A96. Grayscale: #767676. Windows color (decimal): -6331031 or 6907295. OLE color: 6907295.

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

Color convert

RGB 159 101 105 -
CMYK 0 0.36 0.34 0.38
HSL 355.86º 0.23% 0.51% -
HSV(B) 355.86º 0.36% 0.62% -
XYZ 21.5 17.7 15.65 -
YUV 118.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 159 101 105 0 0.36 0.34 0.38 355.86 0.23 0.51
Hex 9F 65 69 0 24 22 26 164 17 33
Octal 237 145 151 0 44 42 46 544 27 63
Binary 10011111 1100101 1101001 0 100100 100010 100110 101100100 10111 110011

Color Harmonies of #9F6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6569

Black with #9F6569

Text Example


Text Example

White with #9F6569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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