Html Css Color HEX #9B696F Turkish Rose

📋 copy color: '#9B696F'

red 155 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #9B696F

Tints of Turkish Rose #9B696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 41.78%
G = 28.3%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B696F (or 0x9B696F) is known color: Turkish Rose. HEX triplet: 9B, 69 and 6F. RGB value is (155,105,111). Sum of RGB (Red+Green+Blue) = 155+105+111=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B696F is #649690. Grayscale: #787878. Windows color (decimal): -6592145 or 7301531. OLE color: 7301531.

HSL color Cylindrical-coordinate representation of color #9B696F: hue angle of 352.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B696F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 111 -
CMYK 0 0.32 0.28 0.39
HSL 352.8º 0.2% 0.51% -
HSV(B) 352.8º 0.32% 0.61% -
XYZ 21.44 18.22 17.43 -
YUV 120.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 155 105 111 0 0.32 0.28 0.39 352.8 0.2 0.51
Hex 9B 69 6F 0 20 1C 27 161 14 33
Octal 233 151 157 0 40 34 47 541 24 63
Binary 10011011 1101001 1101111 0 100000 11100 100111 101100001 10100 110011

Color Harmonies of #9B696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B696F

Black with #9B696F

Text Example


Text Example

White with #9B696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,105,111); }

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

background-color css

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

 a { background-color: rgb(155,105,111); }

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

border-color css

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

 span { border-color: rgb(155,105,111); }

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