Html Css Color HEX #905650 Copper Rust

📋 copy color: '#905650'

red 144 ◦ green 86 ◦ blue 80

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

Shades of Copper Rust #905650

Tints of Copper Rust #905650

RGB

 RED value IS 144 (56.64% from 255) = 46.45%

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

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 46.45%
G = 27.74%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#905650 (or 0x905650) is known color: Copper Rust. HEX triplet: 90, 56 and 50. RGB value is (144,86,80). Sum of RGB (Red+Green+Blue) = 144+86+80=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #905650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905650 is #6FA9AF. Grayscale: #666666. Windows color (decimal): -7317936 or 5265040. OLE color: 5265040.

HSL color Cylindrical-coordinate representation of color #905650: hue angle of 5.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905650 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 86 80 -
CMYK 0 0.40 0.44 0.44
HSL 5.63º 0.29% 0.44% -
HSV(B) 5.63º 0.44% 0.56% -
XYZ 16.28 13.16 9.27 -
YUV 102.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 144 86 80 0 0.40 0.44 0.44 5.63 0.29 0.44
Hex 90 56 50 0 28 2C 2C 6 1D 2C
Octal 220 126 120 0 50 54 54 6 35 54
Binary 10010000 1010110 1010000 0 101000 101100 101100 110 11101 101100

Color Harmonies of #905650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905650

Black with #905650

Text Example


Text Example

White with #905650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905650; }

 p { color: rgb(144,86,80); }

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

background-color css

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

 a { background-color: rgb(144,86,80); }

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

border-color css

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

 span { border-color: rgb(144,86,80); }

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