Html Css Color HEX #96747B Turkish Rose

📋 copy color: '#96747B'

red 150 ◦ green 116 ◦ blue 123

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

Shades of Turkish Rose #96747B

Tints of Turkish Rose #96747B

RGB

 RED value IS 150 (58.98% from 255) = 38.56%

 GREEN value IS 116 (45.7% from 255) = 29.82%

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

R = 38.56%
G = 29.82%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96747B (or 0x96747B) is known color: Turkish Rose. HEX triplet: 96, 74 and 7B. RGB value is (150,116,123). Sum of RGB (Red+Green+Blue) = 150+116+123=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96747B is #698B84. Grayscale: #7E7E7E. Windows color (decimal): -6916997 or 8090774. OLE color: 8090774.

HSL color Cylindrical-coordinate representation of color #96747B: hue angle of 347.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96747B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 123 -
CMYK 0 0.23 0.18 0.41
HSL 347.65º 0.14% 0.52% -
HSV(B) 347.65º 0.23% 0.59% -
XYZ 22.4 20.4 21.5 -
YUV 126.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 150 116 123 0 0.23 0.18 0.41 347.65 0.14 0.52
Hex 96 74 7B 0 17 12 29 15C E 34
Octal 226 164 173 0 27 22 51 534 16 64
Binary 10010110 1110100 1111011 0 10111 10010 101001 101011100 1110 110100

Color Harmonies of #96747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96747B

Black with #96747B

Text Example


Text Example

White with #96747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,116,123); }

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

background-color css

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

 a { background-color: rgb(150,116,123); }

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

border-color css

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

 span { border-color: rgb(150,116,123); }

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