Html Css Color HEX #956F6E Copper Rose

📋 copy color: '#956F6E'

red 149 ◦ green 111 ◦ blue 110

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

Shades of Copper Rose #956F6E

Tints of Copper Rose #956F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 40.27%
G = 30%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#956F6E (or 0x956F6E) is known color: Copper Rose. HEX triplet: 95, 6F and 6E. RGB value is (149,111,110). Sum of RGB (Red+Green+Blue) = 149+111+110=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #956F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F6E is #6A9091. Grayscale: #7A7A7A. Windows color (decimal): -6983826 or 7237525. OLE color: 7237525.

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

Color convert

RGB 149 111 110 -
CMYK 0 0.26 0.26 0.42
HSL 1.54º 0.16% 0.51% -
HSV(B) 1.54º 0.26% 0.58% -
XYZ 20.89 18.88 17.3 -
YUV 122.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 149 111 110 0 0.26 0.26 0.42 1.54 0.16 0.51
Hex 95 6F 6E 0 1A 1A 2A 2 10 33
Octal 225 157 156 0 32 32 52 2 20 63
Binary 10010101 1101111 1101110 0 11010 11010 101010 10 10000 110011

Color Harmonies of #956F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F6E

Black with #956F6E

Text Example


Text Example

White with #956F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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