Html Css Color HEX #966461 Copper Rose

📋 copy color: '#966461'

red 150 ◦ green 100 ◦ blue 97

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

Shades of Copper Rose #966461

Tints of Copper Rose #966461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

 BLUE value IS 97 (38.28% from 255) = 27.95%

R = 43.23%
G = 28.82%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#966461 (or 0x966461) is known color: Copper Rose. HEX triplet: 96, 64 and 61. RGB value is (150,100,97). Sum of RGB (Red+Green+Blue) = 150+100+97=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #966461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966461 is #699B9E. Grayscale: #727272. Windows color (decimal): -6921119 or 6382742. OLE color: 6382742.

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

Color convert

RGB 150 100 97 -
CMYK 0 0.33 0.35 0.41
HSL 3.4º 0.21% 0.48% -
HSV(B) 3.4º 0.35% 0.59% -
XYZ 19.29 16.46 13.47 -
YUV 114.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 150 100 97 0 0.33 0.35 0.41 3.4 0.21 0.48
Hex 96 64 61 0 21 23 29 3 15 30
Octal 226 144 141 0 41 43 51 3 25 60
Binary 10010110 1100100 1100001 0 100001 100011 101001 11 10101 110000

Color Harmonies of #966461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966461

Black with #966461

Text Example


Text Example

White with #966461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966461; }

 p { color: rgb(150,100,97); }

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

background-color css

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

 a { background-color: rgb(150,100,97); }

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

border-color css

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

 span { border-color: rgb(150,100,97); }

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