Html Css Color HEX #965552 Copper Rust

📋 copy color: '#965552'

red 150 ◦ green 85 ◦ blue 82

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

Shades of Copper Rust #965552

Tints of Copper Rust #965552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

 BLUE value IS 82 (32.42% from 255) = 25.87%

R = 47.32%
G = 26.81%
B = 25.87%

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

#965552 (or 0x965552) is known color: Copper Rust. HEX triplet: 96, 55 and 52. RGB value is (150,85,82). Sum of RGB (Red+Green+Blue) = 150+85+82=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #965552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965552 is #69AAAD. Grayscale: #686868. Windows color (decimal): -6924974 or 5395862. OLE color: 5395862.

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

Color convert

RGB 150 85 82 -
CMYK 0 0.43 0.45 0.41
HSL 2.65º 0.29% 0.45% -
HSV(B) 2.65º 0.45% 0.59% -
XYZ 17.35 13.59 9.69 -
YUV 104.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 150 85 82 0 0.43 0.45 0.41 2.65 0.29 0.45
Hex 96 55 52 0 2B 2D 29 3 1D 2D
Octal 226 125 122 0 53 55 51 3 35 55
Binary 10010110 1010101 1010010 0 101011 101101 101001 11 11101 101101

Color Harmonies of #965552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965552

Black with #965552

Text Example


Text Example

White with #965552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965552; }

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

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

background-color css

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

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

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

border-color css

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

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

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