Html Css Color HEX #965553 Copper Rust

📋 copy color: '#965553'

red 150 ◦ green 85 ◦ blue 83

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

Shades of Copper Rust #965553

Tints of Copper Rust #965553

RGB

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

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

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

R = 47.17%
G = 26.73%
B = 26.1%

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

#965553 (or 0x965553) is known color: Copper Rust. HEX triplet: 96, 55 and 53. RGB value is (150,85,83). Sum of RGB (Red+Green+Blue) = 150+85+83=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #965553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965553 is #69AAAC. Grayscale: #686868. Windows color (decimal): -6924973 or 5461398. OLE color: 5461398.

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

Color convert

RGB 150 85 83 -
CMYK 0 0.43 0.45 0.41
HSL 1.79º 0.29% 0.46% -
HSV(B) 1.79º 0.45% 0.59% -
XYZ 17.39 13.61 9.89 -
YUV 104.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 150 85 83 0 0.43 0.45 0.41 1.79 0.29 0.46
Hex 96 55 53 0 2B 2D 29 2 1D 2E
Octal 226 125 123 0 53 55 51 2 35 56
Binary 10010110 1010101 1010011 0 101011 101101 101001 10 11101 101110

Color Harmonies of #965553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965553

Black with #965553

Text Example


Text Example

White with #965553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965553; }

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

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

background-color css

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

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

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

border-color css

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

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

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