Html Css Color HEX #965B50 Copper Rust

📋 copy color: '#965B50'

red 150 ◦ green 91 ◦ blue 80

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

Shades of Copper Rust #965B50

Tints of Copper Rust #965B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 46.73%
G = 28.35%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#965B50 (or 0x965B50) is known color: Copper Rust. HEX triplet: 96, 5B and 50. RGB value is (150,91,80). Sum of RGB (Red+Green+Blue) = 150+91+80=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B50 is #69A4AF. Grayscale: #6B6B6B. Windows color (decimal): -6923440 or 5266326. OLE color: 5266326.

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

Color convert

RGB 150 91 80 -
CMYK 0 0.39 0.47 0.41
HSL 9.43º 0.3% 0.45% -
HSV(B) 9.43º 0.47% 0.59% -
XYZ 17.77 14.55 9.46 -
YUV 107.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 150 91 80 0 0.39 0.47 0.41 9.43 0.3 0.45
Hex 96 5B 50 0 27 2F 29 9 1E 2D
Octal 226 133 120 0 47 57 51 11 36 55
Binary 10010110 1011011 1010000 0 100111 101111 101001 1001 11110 101101

Color Harmonies of #965B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965B50

Black with #965B50

Text Example


Text Example

White with #965B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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