Html Css Color HEX #916463 Copper Rose

📋 copy color: '#916463'

red 145 ◦ green 100 ◦ blue 99

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

Shades of Copper Rose #916463

Tints of Copper Rose #916463

RGB

 RED value IS 145 (57.03% from 255) = 42.15%

 GREEN value IS 100 (39.45% from 255) = 29.07%

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

R = 42.15%
G = 29.07%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#916463 (or 0x916463) is known color: Copper Rose. HEX triplet: 91, 64 and 63. RGB value is (145,100,99). Sum of RGB (Red+Green+Blue) = 145+100+99=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #916463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916463 is #6E9B9C. Grayscale: #717171. Windows color (decimal): -7248797 or 6513809. OLE color: 6513809.

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

Color convert

RGB 145 100 99 -
CMYK 0 0.31 0.32 0.43
HSL 1.3º 0.19% 0.48% -
HSV(B) 1.3º 0.32% 0.57% -
XYZ 18.49 16.03 13.93 -
YUV 113.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 145 100 99 0 0.31 0.32 0.43 1.3 0.19 0.48
Hex 91 64 63 0 1F 20 2B 1 13 30
Octal 221 144 143 0 37 40 53 1 23 60
Binary 10010001 1100100 1100011 0 11111 100000 101011 1 10011 110000

Color Harmonies of #916463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916463

Black with #916463

Text Example


Text Example

White with #916463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916463; }

 p { color: rgb(145,100,99); }

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

background-color css

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

 a { background-color: rgb(145,100,99); }

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

border-color css

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

 span { border-color: rgb(145,100,99); }

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