Html Css Color HEX #9E6D70 Turkish Rose

📋 copy color: '#9E6D70'

red 158 ◦ green 109 ◦ blue 112

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

Shades of Turkish Rose #9E6D70

Tints of Turkish Rose #9E6D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.76%

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 41.69%
G = 28.76%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E6D70 (or 0x9E6D70) is known color: Turkish Rose. HEX triplet: 9E, 6D and 70. RGB value is (158,109,112). Sum of RGB (Red+Green+Blue) = 158+109+112=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D70 is #61928F. Grayscale: #7C7C7C. Windows color (decimal): -6394512 or 7368094. OLE color: 7368094.

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

Color convert

RGB 158 109 112 -
CMYK 0 0.31 0.29 0.38
HSL 356.33º 0.2% 0.52% -
HSV(B) 356.33º 0.31% 0.62% -
XYZ 22.49 19.38 17.88 -
YUV 123.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 158 109 112 0 0.31 0.29 0.38 356.33 0.2 0.52
Hex 9E 6D 70 0 1F 1D 26 164 14 34
Octal 236 155 160 0 37 35 46 544 24 64
Binary 10011110 1101101 1110000 0 11111 11101 100110 101100100 10100 110100

Color Harmonies of #9E6D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6D70

Black with #9E6D70

Text Example


Text Example

White with #9E6D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,109,112); }

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

background-color css

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

 a { background-color: rgb(158,109,112); }

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

border-color css

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

 span { border-color: rgb(158,109,112); }

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