Html Css Color HEX #926E73 Turkish Rose

📋 copy color: '#926E73'

red 146 ◦ green 110 ◦ blue 115

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

Shades of Turkish Rose #926E73

Tints of Turkish Rose #926E73

RGB

 RED value IS 146 (57.42% from 255) = 39.35%

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

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

R = 39.35%
G = 29.65%
B = 31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#926E73 (or 0x926E73) is known color: Turkish Rose. HEX triplet: 92, 6E and 73. RGB value is (146,110,115). Sum of RGB (Red+Green+Blue) = 146+110+115=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #926E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E73 is #6D918C. Grayscale: #797979. Windows color (decimal): -7180685 or 7564946. OLE color: 7564946.

HSL color Cylindrical-coordinate representation of color #926E73: hue angle of 351.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E73 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 110 115 -
CMYK 0 0.25 0.21 0.43
HSL 351.67º 0.14% 0.5% -
HSV(B) 351.67º 0.25% 0.57% -
XYZ 20.52 18.5 18.71 -
YUV 121.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 146 110 115 0 0.25 0.21 0.43 351.67 0.14 0.5
Hex 92 6E 73 0 19 15 2B 160 E 32
Octal 222 156 163 0 31 25 53 540 16 62
Binary 10010010 1101110 1110011 0 11001 10101 101011 101100000 1110 110010

Color Harmonies of #926E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926E73

Black with #926E73

Text Example


Text Example

White with #926E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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