Html Css Color HEX #9B656C Turkish Rose

📋 copy color: '#9B656C'

red 155 ◦ green 101 ◦ blue 108

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

Shades of Turkish Rose #9B656C

Tints of Turkish Rose #9B656C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 42.58%
G = 27.75%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B656C (or 0x9B656C) is known color: Turkish Rose. HEX triplet: 9B, 65 and 6C. RGB value is (155,101,108). Sum of RGB (Red+Green+Blue) = 155+101+108=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B656C is #649A93. Grayscale: #757575. Windows color (decimal): -6593172 or 7103899. OLE color: 7103899.

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

Color convert

RGB 155 101 108 -
CMYK 0 0.35 0.30 0.39
HSL 352.22º 0.21% 0.5% -
HSV(B) 352.22º 0.35% 0.61% -
XYZ 20.88 17.36 16.44 -
YUV 117.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 155 101 108 0 0.35 0.30 0.39 352.22 0.21 0.5
Hex 9B 65 6C 0 23 1E 27 160 15 32
Octal 233 145 154 0 43 36 47 540 25 62
Binary 10011011 1100101 1101100 0 100011 11110 100111 101100000 10101 110010

Color Harmonies of #9B656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B656C

Black with #9B656C

Text Example


Text Example

White with #9B656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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