Html Css Color HEX #9B6162 Turkish Rose

📋 copy color: '#9B6162'

red 155 ◦ green 97 ◦ blue 98

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

Shades of Turkish Rose #9B6162

Tints of Turkish Rose #9B6162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 98 (38.67% from 255) = 28%

R = 44.29%
G = 27.71%
B = 28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B6162 (or 0x9B6162) is known color: Turkish Rose. HEX triplet: 9B, 61 and 62. RGB value is (155,97,98). Sum of RGB (Red+Green+Blue) = 155+97+98=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6162 is #649E9D. Grayscale: #727272. Windows color (decimal): -6594206 or 6447515. OLE color: 6447515.

HSL color Cylindrical-coordinate representation of color #9B6162: hue angle of 358.97º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6162 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 98 -
CMYK 0 0.37 0.37 0.39
HSL 358.97º 0.23% 0.49% -
HSV(B) 358.97º 0.37% 0.61% -
XYZ 20 16.4 13.67 -
YUV 114.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 155 97 98 0 0.37 0.37 0.39 358.97 0.23 0.49
Hex 9B 61 62 0 25 25 27 167 17 31
Octal 233 141 142 0 45 45 47 547 27 61
Binary 10011011 1100001 1100010 0 100101 100101 100111 101100111 10111 110001

Color Harmonies of #9B6162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6162

Black with #9B6162

Text Example


Text Example

White with #9B6162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,98); }

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

background-color css

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

 a { background-color: rgb(155,97,98); }

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

border-color css

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

 span { border-color: rgb(155,97,98); }

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