Html Css Color HEX #955647 Copper Rust

📋 copy color: '#955647'

red 149 ◦ green 86 ◦ blue 71

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

Shades of Copper Rust #955647

Tints of Copper Rust #955647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

 BLUE value IS 71 (28.13% from 255) = 23.2%

R = 48.69%
G = 28.1%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#955647 (or 0x955647) is known color: Copper Rust. HEX triplet: 95, 56 and 47. RGB value is (149,86,71). Sum of RGB (Red+Green+Blue) = 149+86+71=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #955647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955647 is #6AA9B8. Grayscale: #676767. Windows color (decimal): -6990265 or 4675221. OLE color: 4675221.

HSL color Cylindrical-coordinate representation of color #955647: hue angle of 11.54º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955647 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 71 -
CMYK 0 0.42 0.52 0.42
HSL 11.54º 0.35% 0.43% -
HSV(B) 11.54º 0.52% 0.58% -
XYZ 16.86 13.5 7.68 -
YUV 103.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 149 86 71 0 0.42 0.52 0.42 11.54 0.35 0.43
Hex 95 56 47 0 2A 34 2A C 23 2B
Octal 225 126 107 0 52 64 52 14 43 53
Binary 10010101 1010110 1000111 0 101010 110100 101010 1100 100011 101011

Color Harmonies of #955647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955647

Black with #955647

Text Example


Text Example

White with #955647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955647; }

 p { color: rgb(149,86,71); }

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

background-color css

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

 a { background-color: rgb(149,86,71); }

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

border-color css

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

 span { border-color: rgb(149,86,71); }

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