Html Css Color HEX #99737B Turkish Rose

📋 copy color: '#99737B'

red 153 ◦ green 115 ◦ blue 123

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

Shades of Turkish Rose #99737B

Tints of Turkish Rose #99737B

RGB

 RED value IS 153 (60.16% from 255) = 39.13%

 GREEN value IS 115 (45.31% from 255) = 29.41%

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 39.13%
G = 29.41%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99737B (or 0x99737B) is known color: Turkish Rose. HEX triplet: 99, 73 and 7B. RGB value is (153,115,123). Sum of RGB (Red+Green+Blue) = 153+115+123=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99737B is #668C84. Grayscale: #7F7F7F. Windows color (decimal): -6720645 or 8090521. OLE color: 8090521.

HSL color Cylindrical-coordinate representation of color #99737B: hue angle of 347.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99737B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 123 -
CMYK 0 0.25 0.20 0.4
HSL 347.37º 0.16% 0.53% -
HSV(B) 347.37º 0.25% 0.6% -
XYZ 22.84 20.46 21.48 -
YUV 127.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 153 115 123 0 0.25 0.20 0.4 347.37 0.16 0.53
Hex 99 73 7B 0 19 14 28 15B 10 35
Octal 231 163 173 0 31 24 50 533 20 65
Binary 10011001 1110011 1111011 0 11001 10100 101000 101011011 10000 110101

Color Harmonies of #99737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99737B

Black with #99737B

Text Example


Text Example

White with #99737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99737B; }

 p { color: rgb(153,115,123); }

 H1.HeaderClassName
 {
   color: #99737B;
 }
 .AnyTagClassName
 {
   color: #99737B;
 }
</style>

background-color css

<style>
 a { background-color: #99737B; }

 a { background-color: rgb(153,115,123); }

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

border-color css

<style>
 span { border-color: #99737B; }

 span { border-color: rgb(153,115,123); }

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