Html Css Color HEX #9B686D Turkish Rose

📋 copy color: '#9B686D'

red 155 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #9B686D

Tints of Turkish Rose #9B686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 42.12%
G = 28.26%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B686D (or 0x9B686D) is known color: Turkish Rose. HEX triplet: 9B, 68 and 6D. RGB value is (155,104,109). Sum of RGB (Red+Green+Blue) = 155+104+109=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B686D is #649792. Grayscale: #777777. Windows color (decimal): -6592403 or 7170203. OLE color: 7170203.

HSL color Cylindrical-coordinate representation of color #9B686D: hue angle of 354.12º 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 #9B686D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 109 -
CMYK 0 0.33 0.30 0.39
HSL 354.12º 0.2% 0.51% -
HSV(B) 354.12º 0.33% 0.61% -
XYZ 21.23 17.97 16.82 -
YUV 119.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 155 104 109 0 0.33 0.30 0.39 354.12 0.2 0.51
Hex 9B 68 6D 0 21 1E 27 162 14 33
Octal 233 150 155 0 41 36 47 542 24 63
Binary 10011011 1101000 1101101 0 100001 11110 100111 101100010 10100 110011

Color Harmonies of #9B686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B686D

Black with #9B686D

Text Example


Text Example

White with #9B686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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