Html Css Color HEX #956E6B Copper Rose

📋 copy color: '#956E6B'

red 149 ◦ green 110 ◦ blue 107

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

Shades of Copper Rose #956E6B

Tints of Copper Rose #956E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 40.71%
G = 30.05%
B = 29.23%

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

#956E6B (or 0x956E6B) is known color: Copper Rose. HEX triplet: 95, 6E and 6B. RGB value is (149,110,107). Sum of RGB (Red+Green+Blue) = 149+110+107=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E6B is #6A9194. Grayscale: #797979. Windows color (decimal): -6984085 or 7040661. OLE color: 7040661.

HSL color Cylindrical-coordinate representation of color #956E6B: hue angle of 4.29º degrees, saturation: 0.17, 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 #956E6B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 107 -
CMYK 0 0.26 0.28 0.42
HSL 4.29º 0.17% 0.5% -
HSV(B) 4.29º 0.28% 0.58% -
XYZ 20.62 18.6 16.41 -
YUV 121.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 149 110 107 0 0.26 0.28 0.42 4.29 0.17 0.5
Hex 95 6E 6B 0 1A 1C 2A 4 11 32
Octal 225 156 153 0 32 34 52 4 21 62
Binary 10010101 1101110 1101011 0 11010 11100 101010 100 10001 110010

Color Harmonies of #956E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E6B

Black with #956E6B

Text Example


Text Example

White with #956E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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