Html Css Color HEX #956E73 Turkish Rose

📋 copy color: '#956E73'

red 149 ◦ green 110 ◦ blue 115

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

Shades of Turkish Rose #956E73

Tints of Turkish Rose #956E73

RGB

 RED value IS 149 (58.59% from 255) = 39.84%

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 39.84%
G = 29.41%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#956E73 (or 0x956E73) is known color: Turkish Rose. HEX triplet: 95, 6E and 73. RGB value is (149,110,115). Sum of RGB (Red+Green+Blue) = 149+110+115=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #956E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E73 is #6A918C. Grayscale: #7A7A7A. Windows color (decimal): -6984077 or 7564949. OLE color: 7564949.

HSL color Cylindrical-coordinate representation of color #956E73: hue angle of 352.31º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956E73 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 115 -
CMYK 0 0.26 0.23 0.42
HSL 352.31º 0.16% 0.51% -
HSV(B) 352.31º 0.26% 0.58% -
XYZ 21.06 18.78 18.73 -
YUV 122.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 149 110 115 0 0.26 0.23 0.42 352.31 0.16 0.51
Hex 95 6E 73 0 1A 17 2A 160 10 33
Octal 225 156 163 0 32 27 52 540 20 63
Binary 10010101 1101110 1110011 0 11010 10111 101010 101100000 10000 110011

Color Harmonies of #956E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E73

Black with #956E73

Text Example


Text Example

White with #956E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956E73; }

 p { color: rgb(149,110,115); }

 H1.HeaderClassName
 {
   color: #956E73;
 }
 .AnyTagClassName
 {
   color: #956E73;
 }
</style>

background-color css

<style>
 a { background-color: #956E73; }

 a { background-color: rgb(149,110,115); }

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

border-color css

<style>
 span { border-color: #956E73; }

 span { border-color: rgb(149,110,115); }

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