Html Css Color HEX #956261 Copper Rose

📋 copy color: '#956261'

red 149 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #956261

Tints of Copper Rose #956261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

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

R = 43.31%
G = 28.49%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#956261 (or 0x956261) is known color: Copper Rose. HEX triplet: 95, 62 and 61. RGB value is (149,98,97). Sum of RGB (Red+Green+Blue) = 149+98+97=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #956261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956261 is #6A9D9E. Grayscale: #717171. Windows color (decimal): -6987167 or 6382229. OLE color: 6382229.

HSL color Cylindrical-coordinate representation of color #956261: hue angle of 1.15º 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 #956261 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 97 -
CMYK 0 0.34 0.35 0.42
HSL 1.15º 0.21% 0.48% -
HSV(B) 1.15º 0.35% 0.58% -
XYZ 18.92 15.99 13.4 -
YUV 113.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 149 98 97 0 0.34 0.35 0.42 1.15 0.21 0.48
Hex 95 62 61 0 22 23 2A 1 15 30
Octal 225 142 141 0 42 43 52 1 25 60
Binary 10010101 1100010 1100001 0 100010 100011 101010 1 10101 110000

Color Harmonies of #956261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956261

Black with #956261

Text Example


Text Example

White with #956261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956261; }

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

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

background-color css

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

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

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

border-color css

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

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

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