Html Css Color HEX #965653 Copper Rust

📋 copy color: '#965653'

red 150 ◦ green 86 ◦ blue 83

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

Shades of Copper Rust #965653

Tints of Copper Rust #965653

RGB

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

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

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

R = 47.02%
G = 26.96%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#965653 (or 0x965653) is known color: Copper Rust. HEX triplet: 96, 56 and 53. RGB value is (150,86,83). Sum of RGB (Red+Green+Blue) = 150+86+83=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965653 is #69A9AC. Grayscale: #686868. Windows color (decimal): -6924717 or 5461654. OLE color: 5461654.

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

Color convert

RGB 150 86 83 -
CMYK 0 0.43 0.45 0.41
HSL 2.69º 0.29% 0.46% -
HSV(B) 2.69º 0.45% 0.59% -
XYZ 17.47 13.76 9.92 -
YUV 104.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 150 86 83 0 0.43 0.45 0.41 2.69 0.29 0.46
Hex 96 56 53 0 2B 2D 29 3 1D 2E
Octal 226 126 123 0 53 55 51 3 35 56
Binary 10010110 1010110 1010011 0 101011 101101 101001 11 11101 101110

Color Harmonies of #965653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965653

Black with #965653

Text Example


Text Example

White with #965653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965653; }

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

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

background-color css

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

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

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

border-color css

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

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

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