Html Css Color HEX #956865 Copper Rose

📋 copy color: '#956865'

red 149 ◦ green 104 ◦ blue 101

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

Shades of Copper Rose #956865

Tints of Copper Rose #956865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 42.09%
G = 29.38%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#956865 (or 0x956865) is known color: Copper Rose. HEX triplet: 95, 68 and 65. RGB value is (149,104,101). Sum of RGB (Red+Green+Blue) = 149+104+101=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #956865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956865 is #6A979A. Grayscale: #757575. Windows color (decimal): -6985627 or 6645909. OLE color: 6645909.

HSL color Cylindrical-coordinate representation of color #956865: hue angle of 3.75º 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 #956865 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 101 -
CMYK 0 0.30 0.32 0.42
HSL 3.75º 0.19% 0.49% -
HSV(B) 3.75º 0.32% 0.58% -
XYZ 19.69 17.23 14.6 -
YUV 117.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 149 104 101 0 0.30 0.32 0.42 3.75 0.19 0.49
Hex 95 68 65 0 1E 20 2A 4 13 31
Octal 225 150 145 0 36 40 52 4 23 61
Binary 10010101 1101000 1100101 0 11110 100000 101010 100 10011 110001

Color Harmonies of #956865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956865

Black with #956865

Text Example


Text Example

White with #956865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956865; }

 p { color: rgb(149,104,101); }

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

background-color css

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

 a { background-color: rgb(149,104,101); }

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

border-color css

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

 span { border-color: rgb(149,104,101); }

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