Html Css Color HEX #9E6267 Turkish Rose

📋 copy color: '#9E6267'

red 158 ◦ green 98 ◦ blue 103

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

Shades of Turkish Rose #9E6267

Tints of Turkish Rose #9E6267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 103 (40.63% from 255) = 28.69%

R = 44.01%
G = 27.3%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E6267 (or 0x9E6267) is known color: Turkish Rose. HEX triplet: 9E, 62 and 67. RGB value is (158,98,103). Sum of RGB (Red+Green+Blue) = 158+98+103=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6267 is #619D98. Grayscale: #747474. Windows color (decimal): -6397337 or 6775454. OLE color: 6775454.

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

Color convert

RGB 158 98 103 -
CMYK 0 0.38 0.35 0.38
HSL 355º 0.24% 0.5% -
HSV(B) 355º 0.38% 0.62% -
XYZ 20.92 16.98 15.01 -
YUV 116.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 158 98 103 0 0.38 0.35 0.38 355 0.24 0.5
Hex 9E 62 67 0 26 23 26 163 18 32
Octal 236 142 147 0 46 43 46 543 30 62
Binary 10011110 1100010 1100111 0 100110 100011 100110 101100011 11000 110010

Color Harmonies of #9E6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6267

Black with #9E6267

Text Example


Text Example

White with #9E6267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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