Html Css Color HEX #965954 Copper Rust

📋 copy color: '#965954'

red 150 ◦ green 89 ◦ blue 84

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

Shades of Copper Rust #965954

Tints of Copper Rust #965954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 46.44%
G = 27.55%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#965954 (or 0x965954) is known color: Copper Rust. HEX triplet: 96, 59 and 54. RGB value is (150,89,84). Sum of RGB (Red+Green+Blue) = 150+89+84=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #965954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965954 is #69A6AB. Grayscale: #6A6A6A. Windows color (decimal): -6923948 or 5527958. OLE color: 5527958.

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

Color convert

RGB 150 89 84 -
CMYK 0 0.41 0.44 0.41
HSL 4.55º 0.28% 0.46% -
HSV(B) 4.55º 0.44% 0.59% -
XYZ 17.75 14.27 10.21 -
YUV 106.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 150 89 84 0 0.41 0.44 0.41 4.55 0.28 0.46
Hex 96 59 54 0 29 2C 29 5 1C 2E
Octal 226 131 124 0 51 54 51 5 34 56
Binary 10010110 1011001 1010100 0 101001 101100 101001 101 11100 101110

Color Harmonies of #965954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965954

Black with #965954

Text Example


Text Example

White with #965954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965954; }

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

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

background-color css

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

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

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

border-color css

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

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

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