Html Css Color HEX #965549 Copper Rust

📋 copy color: '#965549'

red 150 ◦ green 85 ◦ blue 73

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

Shades of Copper Rust #965549

Tints of Copper Rust #965549

RGB

 RED value IS 150 (58.98% from 255) = 48.7%

 GREEN value IS 85 (33.59% from 255) = 27.6%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 48.7%
G = 27.6%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#965549 (or 0x965549) is known color: Copper Rust. HEX triplet: 96, 55 and 49. RGB value is (150,85,73). Sum of RGB (Red+Green+Blue) = 150+85+73=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #965549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965549 is #69AAB6. Grayscale: #676767. Windows color (decimal): -6924983 or 4806038. OLE color: 4806038.

HSL color Cylindrical-coordinate representation of color #965549: hue angle of 9.35º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965549 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 73 -
CMYK 0 0.43 0.51 0.41
HSL 9.35º 0.35% 0.44% -
HSV(B) 9.35º 0.51% 0.59% -
XYZ 17.03 13.46 8 -
YUV 103.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 150 85 73 0 0.43 0.51 0.41 9.35 0.35 0.44
Hex 96 55 49 0 2B 33 29 9 23 2C
Octal 226 125 111 0 53 63 51 11 43 54
Binary 10010110 1010101 1001001 0 101011 110011 101001 1001 100011 101100

Color Harmonies of #965549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965549

Black with #965549

Text Example


Text Example

White with #965549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965549; }

 p { color: rgb(150,85,73); }

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

background-color css

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

 a { background-color: rgb(150,85,73); }

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

border-color css

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

 span { border-color: rgb(150,85,73); }

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