Html Css Color HEX #90564E Copper Rust

📋 copy color: '#90564E'

red 144 ◦ green 86 ◦ blue 78

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

Shades of Copper Rust #90564E

Tints of Copper Rust #90564E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.32%

R = 46.75%
G = 27.92%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#90564E (or 0x90564E) is known color: Copper Rust. HEX triplet: 90, 56 and 4E. RGB value is (144,86,78). Sum of RGB (Red+Green+Blue) = 144+86+78=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90564E is #6FA9B1. Grayscale: #666666. Windows color (decimal): -7317938 or 5133968. OLE color: 5133968.

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

Color convert

RGB 144 86 78 -
CMYK 0 0.40 0.46 0.44
HSL 7.27º 0.3% 0.44% -
HSV(B) 7.27º 0.46% 0.56% -
XYZ 16.2 13.13 8.89 -
YUV 102.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 144 86 78 0 0.40 0.46 0.44 7.27 0.3 0.44
Hex 90 56 4E 0 28 2E 2C 7 1E 2C
Octal 220 126 116 0 50 56 54 7 36 54
Binary 10010000 1010110 1001110 0 101000 101110 101100 111 11110 101100

Color Harmonies of #90564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90564E

Black with #90564E

Text Example


Text Example

White with #90564E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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