Html Css Color HEX #956663 Copper Rose

📋 copy color: '#956663'

red 149 ◦ green 102 ◦ blue 99

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

Shades of Copper Rose #956663

Tints of Copper Rose #956663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 42.57%
G = 29.14%
B = 28.29%

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

#956663 (or 0x956663) is known color: Copper Rose. HEX triplet: 95, 66 and 63. RGB value is (149,102,99). Sum of RGB (Red+Green+Blue) = 149+102+99=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #956663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956663 is #6A999C. Grayscale: #737373. Windows color (decimal): -6986141 or 6514325. OLE color: 6514325.

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

Color convert

RGB 149 102 99 -
CMYK 0 0.32 0.34 0.42
HSL 3.6º 0.2% 0.49% -
HSV(B) 3.6º 0.34% 0.58% -
XYZ 19.4 16.79 14.02 -
YUV 115.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 149 102 99 0 0.32 0.34 0.42 3.6 0.2 0.49
Hex 95 66 63 0 20 22 2A 4 14 31
Octal 225 146 143 0 40 42 52 4 24 61
Binary 10010101 1100110 1100011 0 100000 100010 101010 100 10100 110001

Color Harmonies of #956663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956663

Black with #956663

Text Example


Text Example

White with #956663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956663; }

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

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

background-color css

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

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

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

border-color css

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

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

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