Html Css Color HEX #9B676F Turkish Rose

📋 copy color: '#9B676F'

red 155 ◦ green 103 ◦ blue 111

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

Shades of Turkish Rose #9B676F

Tints of Turkish Rose #9B676F

RGB

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

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

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

R = 42.01%
G = 27.91%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B676F (or 0x9B676F) is known color: Turkish Rose. HEX triplet: 9B, 67 and 6F. RGB value is (155,103,111). Sum of RGB (Red+Green+Blue) = 155+103+111=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B676F is #649890. Grayscale: #777777. Windows color (decimal): -6592657 or 7301019. OLE color: 7301019.

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

Color convert

RGB 155 103 111 -
CMYK 0 0.34 0.28 0.39
HSL 350.77º 0.21% 0.51% -
HSV(B) 350.77º 0.34% 0.61% -
XYZ 21.24 17.82 17.36 -
YUV 119.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 155 103 111 0 0.34 0.28 0.39 350.77 0.21 0.51
Hex 9B 67 6F 0 22 1C 27 15F 15 33
Octal 233 147 157 0 42 34 47 537 25 63
Binary 10011011 1100111 1101111 0 100010 11100 100111 101011111 10101 110011

Color Harmonies of #9B676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B676F

Black with #9B676F

Text Example


Text Example

White with #9B676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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