Html Css Color HEX #967379 Turkish Rose

📋 copy color: '#967379'

red 150 ◦ green 115 ◦ blue 121

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

Shades of Turkish Rose #967379

Tints of Turkish Rose #967379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 38.86%
G = 29.79%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#967379 (or 0x967379) is known color: Turkish Rose. HEX triplet: 96, 73 and 79. RGB value is (150,115,121). Sum of RGB (Red+Green+Blue) = 150+115+121=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #967379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967379 is #698C86. Grayscale: #7E7E7E. Windows color (decimal): -6917255 or 7959446. OLE color: 7959446.

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

Color convert

RGB 150 115 121 -
CMYK 0 0.23 0.19 0.41
HSL 349.71º 0.14% 0.52% -
HSV(B) 349.71º 0.23% 0.59% -
XYZ 22.16 20.13 20.81 -
YUV 126.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 150 115 121 0 0.23 0.19 0.41 349.71 0.14 0.52
Hex 96 73 79 0 17 13 29 15E E 34
Octal 226 163 171 0 27 23 51 536 16 64
Binary 10010110 1110011 1111001 0 10111 10011 101001 101011110 1110 110100

Color Harmonies of #967379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967379

Black with #967379

Text Example


Text Example

White with #967379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967379; }

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

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

background-color css

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

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

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

border-color css

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

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

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