Html Css Color HEX #965749 Copper Rust

📋 copy color: '#965749'

red 150 ◦ green 87 ◦ blue 73

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

Shades of Copper Rust #965749

Tints of Copper Rust #965749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 48.39%
G = 28.06%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#965749 (or 0x965749) is known color: Copper Rust. HEX triplet: 96, 57 and 49. RGB value is (150,87,73). Sum of RGB (Red+Green+Blue) = 150+87+73=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #965749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965749 is #69A8B6. Grayscale: #686868. Windows color (decimal): -6924471 or 4806550. OLE color: 4806550.

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

Color convert

RGB 150 87 73 -
CMYK 0 0.42 0.51 0.41
HSL 10.91º 0.35% 0.44% -
HSV(B) 10.91º 0.51% 0.59% -
XYZ 17.19 13.78 8.06 -
YUV 104.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 150 87 73 0 0.42 0.51 0.41 10.91 0.35 0.44
Hex 96 57 49 0 2A 33 29 B 23 2C
Octal 226 127 111 0 52 63 51 13 43 54
Binary 10010110 1010111 1001001 0 101010 110011 101001 1011 100011 101100

Color Harmonies of #965749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965749

Black with #965749

Text Example


Text Example

White with #965749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965749; }

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

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

background-color css

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

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

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

border-color css

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

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

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