Html Css Color HEX #966E6D Copper Rose

📋 copy color: '#966E6D'

red 150 ◦ green 110 ◦ blue 109

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

Shades of Copper Rose #966E6D

Tints of Copper Rose #966E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 40.65%
G = 29.81%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#966E6D (or 0x966E6D) is known color: Copper Rose. HEX triplet: 96, 6E and 6D. RGB value is (150,110,109). Sum of RGB (Red+Green+Blue) = 150+110+109=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #966E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E6D is #699192. Grayscale: #797979. Windows color (decimal): -6918547 or 7171734. OLE color: 7171734.

HSL color Cylindrical-coordinate representation of color #966E6D: hue angle of 1.46º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966E6D is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 109 -
CMYK 0 0.27 0.27 0.41
HSL 1.46º 0.16% 0.51% -
HSV(B) 1.46º 0.27% 0.59% -
XYZ 20.91 18.74 16.98 -
YUV 121.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 150 110 109 0 0.27 0.27 0.41 1.46 0.16 0.51
Hex 96 6E 6D 0 1B 1B 29 1 10 33
Octal 226 156 155 0 33 33 51 1 20 63
Binary 10010110 1101110 1101101 0 11011 11011 101001 1 10000 110011

Color Harmonies of #966E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E6D

Black with #966E6D

Text Example


Text Example

White with #966E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E6D; }

 p { color: rgb(150,110,109); }

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

background-color css

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

 a { background-color: rgb(150,110,109); }

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

border-color css

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

 span { border-color: rgb(150,110,109); }

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