Html Css Color HEX #9B6871 Turkish Rose

📋 copy color: '#9B6871'

red 155 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #9B6871

Tints of Turkish Rose #9B6871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 41.67%
G = 27.96%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B6871 (or 0x9B6871) is known color: Turkish Rose. HEX triplet: 9B, 68 and 71. RGB value is (155,104,113). Sum of RGB (Red+Green+Blue) = 155+104+113=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6871 is #64978E. Grayscale: #787878. Windows color (decimal): -6592399 or 7432347. OLE color: 7432347.

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

Color convert

RGB 155 104 113 -
CMYK 0 0.33 0.27 0.39
HSL 349.41º 0.2% 0.51% -
HSV(B) 349.41º 0.33% 0.61% -
XYZ 21.45 18.06 17.98 -
YUV 120.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 155 104 113 0 0.33 0.27 0.39 349.41 0.2 0.51
Hex 9B 68 71 0 21 1B 27 15D 14 33
Octal 233 150 161 0 41 33 47 535 24 63
Binary 10011011 1101000 1110001 0 100001 11011 100111 101011101 10100 110011

Color Harmonies of #9B6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6871

Black with #9B6871

Text Example


Text Example

White with #9B6871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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