Html Css Color HEX #906563 Copper Rose

📋 copy color: '#906563'

red 144 ◦ green 101 ◦ blue 99

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

Shades of Copper Rose #906563

Tints of Copper Rose #906563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

 BLUE value IS 99 (39.06% from 255) = 28.78%

R = 41.86%
G = 29.36%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#906563 (or 0x906563) is known color: Copper Rose. HEX triplet: 90, 65 and 63. RGB value is (144,101,99). Sum of RGB (Red+Green+Blue) = 144+101+99=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #906563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906563 is #6F9A9C. Grayscale: #717171. Windows color (decimal): -7314077 or 6514064. OLE color: 6514064.

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

Color convert

RGB 144 101 99 -
CMYK 0 0.30 0.31 0.44
HSL 2.67º 0.19% 0.48% -
HSV(B) 2.67º 0.31% 0.56% -
XYZ 18.41 16.14 13.95 -
YUV 113.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 144 101 99 0 0.30 0.31 0.44 2.67 0.19 0.48
Hex 90 65 63 0 1E 1F 2C 3 13 30
Octal 220 145 143 0 36 37 54 3 23 60
Binary 10010000 1100101 1100011 0 11110 11111 101100 11 10011 110000

Color Harmonies of #906563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906563

Black with #906563

Text Example


Text Example

White with #906563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906563; }

 p { color: rgb(144,101,99); }

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

background-color css

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

 a { background-color: rgb(144,101,99); }

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

border-color css

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

 span { border-color: rgb(144,101,99); }

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