Html Css Color HEX #996363 Copper Rose

📋 copy color: '#996363'

red 153 ◦ green 99 ◦ blue 99

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

Shades of Copper Rose #996363

Tints of Copper Rose #996363

RGB

 RED value IS 153 (60.16% from 255) = 43.59%

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 43.59%
G = 28.21%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#996363 (or 0x996363) is known color: Copper Rose. HEX triplet: 99, 63 and 63. RGB value is (153,99,99). Sum of RGB (Red+Green+Blue) = 153+99+99=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996363 is #669C9C. Grayscale: #737373. Windows color (decimal): -6724765 or 6513561. OLE color: 6513561.

HSL color Cylindrical-coordinate representation of color #996363: hue angle of 0º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996363 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 99 -
CMYK 0 0.35 0.35 0.4
HSL 0.21% 0.49% -
HSV(B) 0.35% 0.6% -
XYZ 19.85 16.6 13.96 -
YUV 115.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 153 99 99 0 0.35 0.35 0.4 0 0.21 0.49
Hex 99 63 63 0 23 23 28 0 15 31
Octal 231 143 143 0 43 43 50 0 25 61
Binary 10011001 1100011 1100011 0 100011 100011 101000 0 10101 110001

Color Harmonies of #996363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996363

Black with #996363

Text Example


Text Example

White with #996363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996363; }

 p { color: rgb(153,99,99); }

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

background-color css

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

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

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

border-color css

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

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

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