Html Css Color HEX #9B696E Turkish Rose

📋 copy color: '#9B696E'

red 155 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #9B696E

Tints of Turkish Rose #9B696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 41.89%
G = 28.38%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B696E (or 0x9B696E) is known color: Turkish Rose. HEX triplet: 9B, 69 and 6E. RGB value is (155,105,110). Sum of RGB (Red+Green+Blue) = 155+105+110=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B696E is #649691. Grayscale: #787878. Windows color (decimal): -6592146 or 7235995. OLE color: 7235995.

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

Color convert

RGB 155 105 110 -
CMYK 0 0.32 0.29 0.39
HSL 354º 0.2% 0.51% -
HSV(B) 354º 0.32% 0.61% -
XYZ 21.38 18.2 17.14 -
YUV 120.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 155 105 110 0 0.32 0.29 0.39 354 0.2 0.51
Hex 9B 69 6E 0 20 1D 27 162 14 33
Octal 233 151 156 0 40 35 47 542 24 63
Binary 10011011 1101001 1101110 0 100000 11101 100111 101100010 10100 110011

Color Harmonies of #9B696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B696E

Black with #9B696E

Text Example


Text Example

White with #9B696E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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