Html Css Color HEX #916663 Copper Rose

📋 copy color: '#916663'

red 145 ◦ green 102 ◦ blue 99

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

Shades of Copper Rose #916663

Tints of Copper Rose #916663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

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

R = 41.91%
G = 29.48%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#916663 (or 0x916663) is known color: Copper Rose. HEX triplet: 91, 66 and 63. RGB value is (145,102,99). Sum of RGB (Red+Green+Blue) = 145+102+99=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #916663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916663 is #6E999C. Grayscale: #727272. Windows color (decimal): -7248285 or 6514321. OLE color: 6514321.

HSL color Cylindrical-coordinate representation of color #916663: hue angle of 3.91º 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 #916663 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 102 99 -
CMYK 0 0.30 0.32 0.43
HSL 3.91º 0.19% 0.48% -
HSV(B) 3.91º 0.32% 0.57% -
XYZ 18.68 16.42 13.99 -
YUV 114.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 145 102 99 0 0.30 0.32 0.43 3.91 0.19 0.48
Hex 91 66 63 0 1E 20 2B 4 13 30
Octal 221 146 143 0 36 40 53 4 23 60
Binary 10010001 1100110 1100011 0 11110 100000 101011 100 10011 110000

Color Harmonies of #916663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916663

Black with #916663

Text Example


Text Example

White with #916663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916663; }

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

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

background-color css

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

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

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

border-color css

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

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

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