Html Css Color HEX #967173 Turkish Rose

📋 copy color: '#967173'

red 150 ◦ green 113 ◦ blue 115

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

Shades of Turkish Rose #967173

Tints of Turkish Rose #967173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

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

R = 39.68%
G = 29.89%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#967173 (or 0x967173) is known color: Turkish Rose. HEX triplet: 96, 71 and 73. RGB value is (150,113,115). Sum of RGB (Red+Green+Blue) = 150+113+115=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #967173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967173 is #698E8C. Grayscale: #7C7C7C. Windows color (decimal): -6917773 or 7565718. OLE color: 7565718.

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

Color convert

RGB 150 113 115 -
CMYK 0 0.25 0.23 0.41
HSL 356.76º 0.15% 0.52% -
HSV(B) 356.76º 0.25% 0.59% -
XYZ 21.58 19.53 18.85 -
YUV 124.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 150 113 115 0 0.25 0.23 0.41 356.76 0.15 0.52
Hex 96 71 73 0 19 17 29 165 F 34
Octal 226 161 163 0 31 27 51 545 17 64
Binary 10010110 1110001 1110011 0 11001 10111 101001 101100101 1111 110100

Color Harmonies of #967173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967173

Black with #967173

Text Example


Text Example

White with #967173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967173; }

 p { color: rgb(150,113,115); }

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

background-color css

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

 a { background-color: rgb(150,113,115); }

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

border-color css

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

 span { border-color: rgb(150,113,115); }

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