Html Css Color HEX #956A66 Copper Rose

📋 copy color: '#956A66'

red 149 ◦ green 106 ◦ blue 102

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

Shades of Copper Rose #956A66

Tints of Copper Rose #956A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 41.74%
G = 29.69%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#956A66 (or 0x956A66) is known color: Copper Rose. HEX triplet: 95, 6A and 66. RGB value is (149,106,102). Sum of RGB (Red+Green+Blue) = 149+106+102=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #956A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A66 is #6A9599. Grayscale: #767676. Windows color (decimal): -6985114 or 6711957. OLE color: 6711957.

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

Color convert

RGB 149 106 102 -
CMYK 0 0.29 0.32 0.42
HSL 5.11º 0.19% 0.49% -
HSV(B) 5.11º 0.32% 0.58% -
XYZ 19.95 17.66 14.93 -
YUV 118.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 149 106 102 0 0.29 0.32 0.42 5.11 0.19 0.49
Hex 95 6A 66 0 1D 20 2A 5 13 31
Octal 225 152 146 0 35 40 52 5 23 61
Binary 10010101 1101010 1100110 0 11101 100000 101010 101 10011 110001

Color Harmonies of #956A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A66

Black with #956A66

Text Example


Text Example

White with #956A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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