Html Css Color HEX #965655 Copper Rust

📋 copy color: '#965655'

red 150 ◦ green 86 ◦ blue 85

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

Shades of Copper Rust #965655

Tints of Copper Rust #965655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 46.73%
G = 26.79%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#965655 (or 0x965655) is known color: Copper Rust. HEX triplet: 96, 56 and 55. RGB value is (150,86,85). Sum of RGB (Red+Green+Blue) = 150+86+85=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965655 is #69A9AA. Grayscale: #696969. Windows color (decimal): -6924715 or 5592726. OLE color: 5592726.

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

Color convert

RGB 150 86 85 -
CMYK 0 0.43 0.43 0.41
HSL 0.92º 0.28% 0.46% -
HSV(B) 0.92º 0.43% 0.59% -
XYZ 17.55 13.8 10.33 -
YUV 105.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 150 86 85 0 0.43 0.43 0.41 0.92 0.28 0.46
Hex 96 56 55 0 2B 2B 29 1 1C 2E
Octal 226 126 125 0 53 53 51 1 34 56
Binary 10010110 1010110 1010101 0 101011 101011 101001 1 11100 101110

Color Harmonies of #965655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965655

Black with #965655

Text Example


Text Example

White with #965655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965655; }

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

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

background-color css

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

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

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

border-color css

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

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

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