Html Css Color HEX #967476 Turkish Rose

📋 copy color: '#967476'

red 150 ◦ green 116 ◦ blue 118

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

Shades of Turkish Rose #967476

Tints of Turkish Rose #967476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 39.06%
G = 30.21%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#967476 (or 0x967476) is known color: Turkish Rose. HEX triplet: 96, 74 and 76. RGB value is (150,116,118). Sum of RGB (Red+Green+Blue) = 150+116+118=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967476 is #698B89. Grayscale: #7E7E7E. Windows color (decimal): -6917002 or 7763094. OLE color: 7763094.

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

Color convert

RGB 150 116 118 -
CMYK 0 0.23 0.21 0.41
HSL 356.47º 0.14% 0.52% -
HSV(B) 356.47º 0.23% 0.59% -
XYZ 22.09 20.28 19.89 -
YUV 126.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 150 116 118 0 0.23 0.21 0.41 356.47 0.14 0.52
Hex 96 74 76 0 17 15 29 164 E 34
Octal 226 164 166 0 27 25 51 544 16 64
Binary 10010110 1110100 1110110 0 10111 10101 101001 101100100 1110 110100

Color Harmonies of #967476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967476

Black with #967476

Text Example


Text Example

White with #967476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967476; }

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

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

background-color css

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

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

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

border-color css

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

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

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