Html Css Color HEX #9F6768 Turkish Rose

📋 copy color: '#9F6768'

red 159 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #9F6768

Tints of Turkish Rose #9F6768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

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

R = 43.44%
G = 28.14%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F6768 (or 0x9F6768) is known color: Turkish Rose. HEX triplet: 9F, 67 and 68. RGB value is (159,103,104). Sum of RGB (Red+Green+Blue) = 159+103+104=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6768 is #609897. Grayscale: #777777. Windows color (decimal): -6330520 or 6842271. OLE color: 6842271.

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

Color convert

RGB 159 103 104 -
CMYK 0 0.35 0.35 0.38
HSL 358.93º 0.23% 0.51% -
HSV(B) 358.93º 0.35% 0.62% -
XYZ 21.65 18.07 15.44 -
YUV 119.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 159 103 104 0 0.35 0.35 0.38 358.93 0.23 0.51
Hex 9F 67 68 0 23 23 26 167 17 33
Octal 237 147 150 0 43 43 46 547 27 63
Binary 10011111 1100111 1101000 0 100011 100011 100110 101100111 10111 110011

Color Harmonies of #9F6768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6768

Black with #9F6768

Text Example


Text Example

White with #9F6768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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