Html Css Color HEX #965751 Copper Rust

📋 copy color: '#965751'

red 150 ◦ green 87 ◦ blue 81

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

Shades of Copper Rust #965751

Tints of Copper Rust #965751

RGB

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

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

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

R = 47.17%
G = 27.36%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#965751 (or 0x965751) is known color: Copper Rust. HEX triplet: 96, 57 and 51. RGB value is (150,87,81). Sum of RGB (Red+Green+Blue) = 150+87+81=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #965751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965751 is #69A8AE. Grayscale: #696969. Windows color (decimal): -6924463 or 5330838. OLE color: 5330838.

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

Color convert

RGB 150 87 81 -
CMYK 0 0.42 0.46 0.41
HSL 5.22º 0.3% 0.45% -
HSV(B) 5.22º 0.46% 0.59% -
XYZ 17.47 13.89 9.55 -
YUV 105.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 150 87 81 0 0.42 0.46 0.41 5.22 0.3 0.45
Hex 96 57 51 0 2A 2E 29 5 1E 2D
Octal 226 127 121 0 52 56 51 5 36 55
Binary 10010110 1010111 1010001 0 101010 101110 101001 101 11110 101101

Color Harmonies of #965751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965751

Black with #965751

Text Example


Text Example

White with #965751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965751; }

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

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

background-color css

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

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

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

border-color css

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

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

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