Html Css Color HEX #956E6C Copper Rose

📋 copy color: '#956E6C'

red 149 ◦ green 110 ◦ blue 108

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

Shades of Copper Rose #956E6C

Tints of Copper Rose #956E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 40.6%
G = 29.97%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#956E6C (or 0x956E6C) is known color: Copper Rose. HEX triplet: 95, 6E and 6C. RGB value is (149,110,108). Sum of RGB (Red+Green+Blue) = 149+110+108=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #956E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E6C is #6A9193. Grayscale: #797979. Windows color (decimal): -6984084 or 7106197. OLE color: 7106197.

HSL color Cylindrical-coordinate representation of color #956E6C: hue angle of 2.93º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956E6C is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 108 -
CMYK 0 0.26 0.28 0.42
HSL 2.93º 0.16% 0.5% -
HSV(B) 2.93º 0.28% 0.58% -
XYZ 20.68 18.62 16.69 -
YUV 121.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 149 110 108 0 0.26 0.28 0.42 2.93 0.16 0.5
Hex 95 6E 6C 0 1A 1C 2A 3 10 32
Octal 225 156 154 0 32 34 52 3 20 62
Binary 10010101 1101110 1101100 0 11010 11100 101010 11 10000 110010

Color Harmonies of #956E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E6C

Black with #956E6C

Text Example


Text Example

White with #956E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956E6C; }

 p { color: rgb(149,110,108); }

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

background-color css

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

 a { background-color: rgb(149,110,108); }

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

border-color css

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

 span { border-color: rgb(149,110,108); }

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