Html Css Color HEX #967679 Turkish Rose

📋 copy color: '#967679'

red 150 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #967679

Tints of Turkish Rose #967679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 38.56%
G = 30.33%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#967679 (or 0x967679) is known color: Turkish Rose. HEX triplet: 96, 76 and 79. RGB value is (150,118,121). Sum of RGB (Red+Green+Blue) = 150+118+121=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #967679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967679 is #698986. Grayscale: #7F7F7F. Windows color (decimal): -6916487 or 7960214. OLE color: 7960214.

HSL color Cylindrical-coordinate representation of color #967679: hue angle of 354.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967679 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 118 121 -
CMYK 0 0.21 0.19 0.41
HSL 354.38º 0.13% 0.53% -
HSV(B) 354.38º 0.21% 0.59% -
XYZ 22.51 20.82 20.92 -
YUV 127.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 150 118 121 0 0.21 0.19 0.41 354.38 0.13 0.53
Hex 96 76 79 0 15 13 29 162 D 35
Octal 226 166 171 0 25 23 51 542 15 65
Binary 10010110 1110110 1111001 0 10101 10011 101001 101100010 1101 110101

Color Harmonies of #967679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967679

Black with #967679

Text Example


Text Example

White with #967679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967679; }

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

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

background-color css

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

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

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

border-color css

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

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

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