Html Css Color HEX #90564F Copper Rust

📋 copy color: '#90564F'

red 144 ◦ green 86 ◦ blue 79

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

Shades of Copper Rust #90564F

Tints of Copper Rust #90564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 46.6%
G = 27.83%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#90564F (or 0x90564F) is known color: Copper Rust. HEX triplet: 90, 56 and 4F. RGB value is (144,86,79). Sum of RGB (Red+Green+Blue) = 144+86+79=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90564F is #6FA9B0. Grayscale: #666666. Windows color (decimal): -7317937 or 5199504. OLE color: 5199504.

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

Color convert

RGB 144 86 79 -
CMYK 0 0.40 0.45 0.44
HSL 6.46º 0.29% 0.44% -
HSV(B) 6.46º 0.45% 0.56% -
XYZ 16.24 13.15 9.08 -
YUV 102.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 144 86 79 0 0.40 0.45 0.44 6.46 0.29 0.44
Hex 90 56 4F 0 28 2D 2C 6 1D 2C
Octal 220 126 117 0 50 55 54 6 35 54
Binary 10010000 1010110 1001111 0 101000 101101 101100 110 11101 101100

Color Harmonies of #90564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90564F

Black with #90564F

Text Example


Text Example

White with #90564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90564F; }

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

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

background-color css

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

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

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

border-color css

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

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

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