Html Css Color HEX #9B676D Turkish Rose

📋 copy color: '#9B676D'

red 155 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #9B676D

Tints of Turkish Rose #9B676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.07%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 42.23%
G = 28.07%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B676D (or 0x9B676D) is known color: Turkish Rose. HEX triplet: 9B, 67 and 6D. RGB value is (155,103,109). Sum of RGB (Red+Green+Blue) = 155+103+109=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B676D is #649892. Grayscale: #777777. Windows color (decimal): -6592659 or 7169947. OLE color: 7169947.

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

Color convert

RGB 155 103 109 -
CMYK 0 0.34 0.30 0.39
HSL 353.08º 0.21% 0.51% -
HSV(B) 353.08º 0.34% 0.61% -
XYZ 21.13 17.77 16.78 -
YUV 119.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 155 103 109 0 0.34 0.30 0.39 353.08 0.21 0.51
Hex 9B 67 6D 0 22 1E 27 161 15 33
Octal 233 147 155 0 42 36 47 541 25 63
Binary 10011011 1100111 1101101 0 100010 11110 100111 101100001 10101 110011

Color Harmonies of #9B676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B676D

Black with #9B676D

Text Example


Text Example

White with #9B676D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,109); }

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

background-color css

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

 a { background-color: rgb(155,103,109); }

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

border-color css

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

 span { border-color: rgb(155,103,109); }

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