Html Css Color HEX #956E6A Copper Rose

📋 copy color: '#956E6A'

red 149 ◦ green 110 ◦ blue 106

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

Shades of Copper Rose #956E6A

Tints of Copper Rose #956E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 40.82%
G = 30.14%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#956E6A (or 0x956E6A) is known color: Copper Rose. HEX triplet: 95, 6E and 6A. RGB value is (149,110,106). Sum of RGB (Red+Green+Blue) = 149+110+106=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E6A is #6A9195. Grayscale: #797979. Windows color (decimal): -6984086 or 6975125. OLE color: 6975125.

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

Color convert

RGB 149 110 106 -
CMYK 0 0.26 0.29 0.42
HSL 5.58º 0.17% 0.5% -
HSV(B) 5.58º 0.29% 0.58% -
XYZ 20.57 18.58 16.14 -
YUV 121.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 149 110 106 0 0.26 0.29 0.42 5.58 0.17 0.5
Hex 95 6E 6A 0 1A 1D 2A 6 11 32
Octal 225 156 152 0 32 35 52 6 21 62
Binary 10010101 1101110 1101010 0 11010 11101 101010 110 10001 110010

Color Harmonies of #956E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E6A

Black with #956E6A

Text Example


Text Example

White with #956E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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