Html Css Color HEX #956361 Copper Rose

📋 copy color: '#956361'

red 149 ◦ green 99 ◦ blue 97

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

Shades of Copper Rose #956361

Tints of Copper Rose #956361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 43.19%
G = 28.7%
B = 28.12%

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

#956361 (or 0x956361) is known color: Copper Rose. HEX triplet: 95, 63 and 61. RGB value is (149,99,97). Sum of RGB (Red+Green+Blue) = 149+99+97=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #956361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956361 is #6A9C9E. Grayscale: #717171. Windows color (decimal): -6986911 or 6382485. OLE color: 6382485.

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

Color convert

RGB 149 99 97 -
CMYK 0 0.34 0.35 0.42
HSL 2.31º 0.21% 0.48% -
HSV(B) 2.31º 0.35% 0.58% -
XYZ 19.01 16.18 13.43 -
YUV 113.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 149 99 97 0 0.34 0.35 0.42 2.31 0.21 0.48
Hex 95 63 61 0 22 23 2A 2 15 30
Octal 225 143 141 0 42 43 52 2 25 60
Binary 10010101 1100011 1100001 0 100010 100011 101010 10 10101 110000

Color Harmonies of #956361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956361

Black with #956361

Text Example


Text Example

White with #956361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956361; }

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

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

background-color css

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

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

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

border-color css

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

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

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