Html Css Color HEX #965451 Copper Rust

📋 copy color: '#965451'

red 150 ◦ green 84 ◦ blue 81

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

Shades of Copper Rust #965451

Tints of Copper Rust #965451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.71%

R = 47.62%
G = 26.67%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#965451 (or 0x965451) is known color: Copper Rust. HEX triplet: 96, 54 and 51. RGB value is (150,84,81). Sum of RGB (Red+Green+Blue) = 150+84+81=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #965451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965451 is #69ABAE. Grayscale: #676767. Windows color (decimal): -6925231 or 5330070. OLE color: 5330070.

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

Color convert

RGB 150 84 81 -
CMYK 0 0.44 0.46 0.41
HSL 2.61º 0.3% 0.45% -
HSV(B) 2.61º 0.46% 0.59% -
XYZ 17.23 13.42 9.47 -
YUV 103.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 150 84 81 0 0.44 0.46 0.41 2.61 0.3 0.45
Hex 96 54 51 0 2C 2E 29 3 1E 2D
Octal 226 124 121 0 54 56 51 3 36 55
Binary 10010110 1010100 1010001 0 101100 101110 101001 11 11110 101101

Color Harmonies of #965451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965451

Black with #965451

Text Example


Text Example

White with #965451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965451; }

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

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

background-color css

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

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

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

border-color css

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

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

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