Html Css Color HEX #965753 Copper Rust

📋 copy color: '#965753'

red 150 ◦ green 87 ◦ blue 83

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

Shades of Copper Rust #965753

Tints of Copper Rust #965753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.94%

R = 46.88%
G = 27.19%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#965753 (or 0x965753) is known color: Copper Rust. HEX triplet: 96, 57 and 53. RGB value is (150,87,83). Sum of RGB (Red+Green+Blue) = 150+87+83=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #965753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965753 is #69A8AC. Grayscale: #696969. Windows color (decimal): -6924461 or 5461910. OLE color: 5461910.

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

Color convert

RGB 150 87 83 -
CMYK 0 0.42 0.45 0.41
HSL 3.58º 0.29% 0.46% -
HSV(B) 3.58º 0.45% 0.59% -
XYZ 17.55 13.92 9.95 -
YUV 105.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 150 87 83 0 0.42 0.45 0.41 3.58 0.29 0.46
Hex 96 57 53 0 2A 2D 29 4 1D 2E
Octal 226 127 123 0 52 55 51 4 35 56
Binary 10010110 1010111 1010011 0 101010 101101 101001 100 11101 101110

Color Harmonies of #965753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965753

Black with #965753

Text Example


Text Example

White with #965753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965753; }

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

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

background-color css

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

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

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

border-color css

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

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

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