Html Css Color HEX #956461 Copper Rose

📋 copy color: '#956461'

red 149 ◦ green 100 ◦ blue 97

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

Shades of Copper Rose #956461

Tints of Copper Rose #956461

RGB

 RED value IS 149 (58.59% from 255) = 43.06%

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

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

R = 43.06%
G = 28.9%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#956461 (or 0x956461) is known color: Copper Rose. HEX triplet: 95, 64 and 61. RGB value is (149,100,97). Sum of RGB (Red+Green+Blue) = 149+100+97=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956461 is #6A9B9E. Grayscale: #727272. Windows color (decimal): -6986655 or 6382741. OLE color: 6382741.

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

Color convert

RGB 149 100 97 -
CMYK 0 0.33 0.35 0.42
HSL 3.46º 0.21% 0.48% -
HSV(B) 3.46º 0.35% 0.58% -
XYZ 19.11 16.37 13.46 -
YUV 114.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 149 100 97 0 0.33 0.35 0.42 3.46 0.21 0.48
Hex 95 64 61 0 21 23 2A 3 15 30
Octal 225 144 141 0 41 43 52 3 25 60
Binary 10010101 1100100 1100001 0 100001 100011 101010 11 10101 110000

Color Harmonies of #956461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956461

Black with #956461

Text Example


Text Example

White with #956461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956461; }

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

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

background-color css

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

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

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

border-color css

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

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

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