Html Css Color HEX #9B6566 Turkish Rose

📋 copy color: '#9B6566'

red 155 ◦ green 101 ◦ blue 102

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

Shades of Turkish Rose #9B6566

Tints of Turkish Rose #9B6566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 43.3%
G = 28.21%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B6566 (or 0x9B6566) is known color: Turkish Rose. HEX triplet: 9B, 65 and 66. RGB value is (155,101,102). Sum of RGB (Red+Green+Blue) = 155+101+102=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6566 is #649A99. Grayscale: #757575. Windows color (decimal): -6593178 or 6710683. OLE color: 6710683.

HSL color Cylindrical-coordinate representation of color #9B6566: hue angle of 358.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6566 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 101 102 -
CMYK 0 0.35 0.34 0.39
HSL 358.89º 0.21% 0.5% -
HSV(B) 358.89º 0.35% 0.61% -
XYZ 20.57 17.24 14.81 -
YUV 117.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 155 101 102 0 0.35 0.34 0.39 358.89 0.21 0.5
Hex 9B 65 66 0 23 22 27 167 15 32
Octal 233 145 146 0 43 42 47 547 25 62
Binary 10011011 1100101 1100110 0 100011 100010 100111 101100111 10101 110010

Color Harmonies of #9B6566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6566

Black with #9B6566

Text Example


Text Example

White with #9B6566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,101,102); }

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

background-color css

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

 a { background-color: rgb(155,101,102); }

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

border-color css

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

 span { border-color: rgb(155,101,102); }

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