Html Css Color HEX #965450 Copper Rust

📋 copy color: '#965450'

red 150 ◦ green 84 ◦ blue 80

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

Shades of Copper Rust #965450

Tints of Copper Rust #965450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 47.77%
G = 26.75%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#965450 (or 0x965450) is known color: Copper Rust. HEX triplet: 96, 54 and 50. RGB value is (150,84,80). Sum of RGB (Red+Green+Blue) = 150+84+80=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #965450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965450 is #69ABAF. Grayscale: #676767. Windows color (decimal): -6925232 or 5264534. OLE color: 5264534.

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

Color convert

RGB 150 84 80 -
CMYK 0 0.44 0.47 0.41
HSL 3.43º 0.3% 0.45% -
HSV(B) 3.43º 0.47% 0.59% -
XYZ 17.2 13.4 9.27 -
YUV 103.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 150 84 80 0 0.44 0.47 0.41 3.43 0.3 0.45
Hex 96 54 50 0 2C 2F 29 3 1E 2D
Octal 226 124 120 0 54 57 51 3 36 55
Binary 10010110 1010100 1010000 0 101100 101111 101001 11 11110 101101

Color Harmonies of #965450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965450

Black with #965450

Text Example


Text Example

White with #965450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965450; }

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

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

background-color css

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

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

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

border-color css

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

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

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