Html Css Color HEX #9E676C Turkish Rose

📋 copy color: '#9E676C'

red 158 ◦ green 103 ◦ blue 108

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

Shades of Turkish Rose #9E676C

Tints of Turkish Rose #9E676C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 42.82%
G = 27.91%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E676C (or 0x9E676C) is known color: Turkish Rose. HEX triplet: 9E, 67 and 6C. RGB value is (158,103,108). Sum of RGB (Red+Green+Blue) = 158+103+108=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E676C is #619893. Grayscale: #787878. Windows color (decimal): -6396052 or 7104414. OLE color: 7104414.

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

Color convert

RGB 158 103 108 -
CMYK 0 0.35 0.32 0.38
HSL 354.55º 0.22% 0.51% -
HSV(B) 354.55º 0.35% 0.62% -
XYZ 21.66 18.05 16.53 -
YUV 120.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 158 103 108 0 0.35 0.32 0.38 354.55 0.22 0.51
Hex 9E 67 6C 0 23 20 26 163 16 33
Octal 236 147 154 0 43 40 46 543 26 63
Binary 10011110 1100111 1101100 0 100011 100000 100110 101100011 10110 110011

Color Harmonies of #9E676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E676C

Black with #9E676C

Text Example


Text Example

White with #9E676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,103,108); }

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

background-color css

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

 a { background-color: rgb(158,103,108); }

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

border-color css

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

 span { border-color: rgb(158,103,108); }

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