Html Css Color HEX #956563 Copper Rose

📋 copy color: '#956563'

red 149 ◦ green 101 ◦ blue 99

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

Shades of Copper Rose #956563

Tints of Copper Rose #956563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 99 (39.06% from 255) = 28.37%

R = 42.69%
G = 28.94%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#956563 (or 0x956563) is known color: Copper Rose. HEX triplet: 95, 65 and 63. RGB value is (149,101,99). Sum of RGB (Red+Green+Blue) = 149+101+99=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #956563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956563 is #6A9A9C. Grayscale: #737373. Windows color (decimal): -6986397 or 6514069. OLE color: 6514069.

HSL color Cylindrical-coordinate representation of color #956563: hue angle of 2.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956563 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 99 -
CMYK 0 0.32 0.34 0.42
HSL 2.4º 0.2% 0.49% -
HSV(B) 2.4º 0.34% 0.58% -
XYZ 19.3 16.6 13.99 -
YUV 115.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 149 101 99 0 0.32 0.34 0.42 2.4 0.2 0.49
Hex 95 65 63 0 20 22 2A 2 14 31
Octal 225 145 143 0 40 42 52 2 24 61
Binary 10010101 1100101 1100011 0 100000 100010 101010 10 10100 110001

Color Harmonies of #956563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956563

Black with #956563

Text Example


Text Example

White with #956563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956563; }

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

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

background-color css

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

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

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

border-color css

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

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

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