Html Css Color HEX #9B656B Turkish Rose

📋 copy color: '#9B656B'

red 155 ◦ green 101 ◦ blue 107

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

Shades of Turkish Rose #9B656B

Tints of Turkish Rose #9B656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 42.7%
G = 27.82%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B656B (or 0x9B656B) is known color: Turkish Rose. HEX triplet: 9B, 65 and 6B. RGB value is (155,101,107). Sum of RGB (Red+Green+Blue) = 155+101+107=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B656B is #649A94. Grayscale: #757575. Windows color (decimal): -6593173 or 7038363. OLE color: 7038363.

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

Color convert

RGB 155 101 107 -
CMYK 0 0.35 0.31 0.39
HSL 353.33º 0.21% 0.5% -
HSV(B) 353.33º 0.35% 0.61% -
XYZ 20.83 17.34 16.16 -
YUV 117.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 155 101 107 0 0.35 0.31 0.39 353.33 0.21 0.5
Hex 9B 65 6B 0 23 1F 27 161 15 32
Octal 233 145 153 0 43 37 47 541 25 62
Binary 10011011 1100101 1101011 0 100011 11111 100111 101100001 10101 110010

Color Harmonies of #9B656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B656B

Black with #9B656B

Text Example


Text Example

White with #9B656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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