Html Css Color HEX #9E6B6F Turkish Rose

📋 copy color: '#9E6B6F'

red 158 ◦ green 107 ◦ blue 111

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

Shades of Turkish Rose #9E6B6F

Tints of Turkish Rose #9E6B6F

RGB

 RED value IS 158 (62.11% from 255) = 42.02%

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 42.02%
G = 28.46%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E6B6F (or 0x9E6B6F) is known color: Turkish Rose. HEX triplet: 9E, 6B and 6F. RGB value is (158,107,111). Sum of RGB (Red+Green+Blue) = 158+107+111=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6B6F is #619490. Grayscale: #7A7A7A. Windows color (decimal): -6395025 or 7302046. OLE color: 7302046.

HSL color Cylindrical-coordinate representation of color #9E6B6F: hue angle of 355.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E6B6F is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 107 111 -
CMYK 0 0.32 0.30 0.38
HSL 355.29º 0.21% 0.52% -
HSV(B) 355.29º 0.32% 0.62% -
XYZ 22.23 18.93 17.52 -
YUV 122.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 158 107 111 0 0.32 0.30 0.38 355.29 0.21 0.52
Hex 9E 6B 6F 0 20 1E 26 163 15 34
Octal 236 153 157 0 40 36 46 543 25 64
Binary 10011110 1101011 1101111 0 100000 11110 100110 101100011 10101 110100

Color Harmonies of #9E6B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6B6F

Black with #9E6B6F

Text Example


Text Example

White with #9E6B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,107,111); }

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

background-color css

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

 a { background-color: rgb(158,107,111); }

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

border-color css

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

 span { border-color: rgb(158,107,111); }

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