Html Css Color HEX #9E6769 Turkish Rose

📋 copy color: '#9E6769'

red 158 ◦ green 103 ◦ blue 105

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

Shades of Turkish Rose #9E6769

Tints of Turkish Rose #9E6769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 43.17%
G = 28.14%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9E6769 (or 0x9E6769) is known color: Turkish Rose. HEX triplet: 9E, 67 and 69. RGB value is (158,103,105). Sum of RGB (Red+Green+Blue) = 158+103+105=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6769 is #619896. Grayscale: #777777. Windows color (decimal): -6396055 or 6907806. OLE color: 6907806.

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

Color convert

RGB 158 103 105 -
CMYK 0 0.35 0.34 0.38
HSL 357.82º 0.22% 0.51% -
HSV(B) 357.82º 0.35% 0.62% -
XYZ 21.5 17.99 15.7 -
YUV 119.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 158 103 105 0 0.35 0.34 0.38 357.82 0.22 0.51
Hex 9E 67 69 0 23 22 26 166 16 33
Octal 236 147 151 0 43 42 46 546 26 63
Binary 10011110 1100111 1101001 0 100011 100010 100110 101100110 10110 110011

Color Harmonies of #9E6769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6769

Black with #9E6769

Text Example


Text Example

White with #9E6769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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