Html Css Color HEX #965650 Copper Rust

📋 copy color: '#965650'

red 150 ◦ green 86 ◦ blue 80

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

Shades of Copper Rust #965650

Tints of Copper Rust #965650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

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

R = 47.47%
G = 27.22%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#965650 (or 0x965650) is known color: Copper Rust. HEX triplet: 96, 56 and 50. RGB value is (150,86,80). Sum of RGB (Red+Green+Blue) = 150+86+80=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #965650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965650 is #69A9AF. Grayscale: #686868. Windows color (decimal): -6924720 or 5265046. OLE color: 5265046.

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

Color convert

RGB 150 86 80 -
CMYK 0 0.43 0.47 0.41
HSL 5.14º 0.3% 0.45% -
HSV(B) 5.14º 0.47% 0.59% -
XYZ 17.35 13.72 9.32 -
YUV 104.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 150 86 80 0 0.43 0.47 0.41 5.14 0.3 0.45
Hex 96 56 50 0 2B 2F 29 5 1E 2D
Octal 226 126 120 0 53 57 51 5 36 55
Binary 10010110 1010110 1010000 0 101011 101111 101001 101 11110 101101

Color Harmonies of #965650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965650

Black with #965650

Text Example


Text Example

White with #965650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965650; }

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

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

background-color css

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

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

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

border-color css

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

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

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