Html Css Color HEX #965949 Copper Rust

📋 copy color: '#965949'

red 150 ◦ green 89 ◦ blue 73

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

Shades of Copper Rust #965949

Tints of Copper Rust #965949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

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

R = 48.08%
G = 28.53%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#965949 (or 0x965949) is known color: Copper Rust. HEX triplet: 96, 59 and 49. RGB value is (150,89,73). Sum of RGB (Red+Green+Blue) = 150+89+73=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #965949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965949 is #69A6B6. Grayscale: #696969. Windows color (decimal): -6923959 or 4807062. OLE color: 4807062.

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

Color convert

RGB 150 89 73 -
CMYK 0 0.41 0.51 0.41
HSL 12.47º 0.35% 0.44% -
HSV(B) 12.47º 0.51% 0.59% -
XYZ 17.35 14.11 8.11 -
YUV 105.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 150 89 73 0 0.41 0.51 0.41 12.47 0.35 0.44
Hex 96 59 49 0 29 33 29 C 23 2C
Octal 226 131 111 0 51 63 51 14 43 54
Binary 10010110 1011001 1001001 0 101001 110011 101001 1100 100011 101100

Color Harmonies of #965949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965949

Black with #965949

Text Example


Text Example

White with #965949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965949; }

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

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

background-color css

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

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

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

border-color css

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

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

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