Html Css Color HEX #967374 Turkish Rose

📋 copy color: '#967374'

red 150 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #967374

Tints of Turkish Rose #967374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 39.37%
G = 30.18%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#967374 (or 0x967374) is known color: Turkish Rose. HEX triplet: 96, 73 and 74. RGB value is (150,115,116). Sum of RGB (Red+Green+Blue) = 150+115+116=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967374 is #698C8B. Grayscale: #7D7D7D. Windows color (decimal): -6917260 or 7631766. OLE color: 7631766.

HSL color Cylindrical-coordinate representation of color #967374: hue angle of 358.29º 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 #967374 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 116 -
CMYK 0 0.23 0.23 0.41
HSL 358.29º 0.14% 0.52% -
HSV(B) 358.29º 0.23% 0.59% -
XYZ 21.86 20.01 19.23 -
YUV 125.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 150 115 116 0 0.23 0.23 0.41 358.29 0.14 0.52
Hex 96 73 74 0 17 17 29 166 E 34
Octal 226 163 164 0 27 27 51 546 16 64
Binary 10010110 1110011 1110100 0 10111 10111 101001 101100110 1110 110100

Color Harmonies of #967374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967374

Black with #967374

Text Example


Text Example

White with #967374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967374; }

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

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

background-color css

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

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

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

border-color css

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

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

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