Html Css Color HEX #965251 Copper Rust

📋 copy color: '#965251'

red 150 ◦ green 82 ◦ blue 81

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

Shades of Copper Rust #965251

Tints of Copper Rust #965251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

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

R = 47.92%
G = 26.2%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#965251 (or 0x965251) is known color: Copper Rust. HEX triplet: 96, 52 and 51. RGB value is (150,82,81). Sum of RGB (Red+Green+Blue) = 150+82+81=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #965251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965251 is #69ADAE. Grayscale: #666666. Windows color (decimal): -6925743 or 5329558. OLE color: 5329558.

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

Color convert

RGB 150 82 81 -
CMYK 0 0.45 0.46 0.41
HSL 0.87º 0.3% 0.45% -
HSV(B) 0.87º 0.46% 0.59% -
XYZ 17.08 13.11 9.42 -
YUV 102.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 150 82 81 0 0.45 0.46 0.41 0.87 0.3 0.45
Hex 96 52 51 0 2D 2E 29 1 1E 2D
Octal 226 122 121 0 55 56 51 1 36 55
Binary 10010110 1010010 1010001 0 101101 101110 101001 1 11110 101101

Color Harmonies of #965251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965251

Black with #965251

Text Example


Text Example

White with #965251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965251; }

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

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

background-color css

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

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

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

border-color css

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

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

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