Html Css Color HEX #9B686F Turkish Rose

📋 copy color: '#9B686F'

red 155 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #9B686F

Tints of Turkish Rose #9B686F

RGB

 RED value IS 155 (60.94% from 255) = 41.89%

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 41.89%
G = 28.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B686F (or 0x9B686F) is known color: Turkish Rose. HEX triplet: 9B, 68 and 6F. RGB value is (155,104,111). Sum of RGB (Red+Green+Blue) = 155+104+111=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B686F is #649790. Grayscale: #787878. Windows color (decimal): -6592401 or 7301275. OLE color: 7301275.

HSL color Cylindrical-coordinate representation of color #9B686F: hue angle of 351.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B686F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 111 -
CMYK 0 0.33 0.28 0.39
HSL 351.76º 0.2% 0.51% -
HSV(B) 351.76º 0.33% 0.61% -
XYZ 21.34 18.02 17.39 -
YUV 120.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 155 104 111 0 0.33 0.28 0.39 351.76 0.2 0.51
Hex 9B 68 6F 0 21 1C 27 160 14 33
Octal 233 150 157 0 41 34 47 540 24 63
Binary 10011011 1101000 1101111 0 100001 11100 100111 101100000 10100 110011

Color Harmonies of #9B686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B686F

Black with #9B686F

Text Example


Text Example

White with #9B686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,111); }

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

background-color css

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

 a { background-color: rgb(155,104,111); }

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

border-color css

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

 span { border-color: rgb(155,104,111); }

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