Html Css Color HEX #955648 Copper Rust

📋 copy color: '#955648'

red 149 ◦ green 86 ◦ blue 72

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

Shades of Copper Rust #955648

Tints of Copper Rust #955648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 48.53%
G = 28.01%
B = 23.45%

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

#955648 (or 0x955648) is known color: Copper Rust. HEX triplet: 95, 56 and 48. RGB value is (149,86,72). Sum of RGB (Red+Green+Blue) = 149+86+72=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #955648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955648 is #6AA9B7. Grayscale: #676767. Windows color (decimal): -6990264 or 4740757. OLE color: 4740757.

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

Color convert

RGB 149 86 72 -
CMYK 0 0.42 0.52 0.42
HSL 10.91º 0.35% 0.43% -
HSV(B) 10.91º 0.52% 0.58% -
XYZ 16.89 13.51 7.85 -
YUV 103.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 149 86 72 0 0.42 0.52 0.42 10.91 0.35 0.43
Hex 95 56 48 0 2A 34 2A B 23 2B
Octal 225 126 110 0 52 64 52 13 43 53
Binary 10010101 1010110 1001000 0 101010 110100 101010 1011 100011 101011

Color Harmonies of #955648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955648

Black with #955648

Text Example


Text Example

White with #955648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955648; }

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

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

background-color css

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

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

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

border-color css

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

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

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