Html Css Color HEX #996663 Copper Rose

📋 copy color: '#996663'

red 153 ◦ green 102 ◦ blue 99

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

Shades of Copper Rose #996663

Tints of Copper Rose #996663

RGB

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

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

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

R = 43.22%
G = 28.81%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#996663 (or 0x996663) is known color: Copper Rose. HEX triplet: 99, 66 and 63. RGB value is (153,102,99). Sum of RGB (Red+Green+Blue) = 153+102+99=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996663 is #66999C. Grayscale: #747474. Windows color (decimal): -6723997 or 6514329. OLE color: 6514329.

HSL color Cylindrical-coordinate representation of color #996663: hue angle of 3.33º 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 #996663 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 102 99 -
CMYK 0 0.33 0.35 0.4
HSL 3.33º 0.21% 0.49% -
HSV(B) 3.33º 0.35% 0.6% -
XYZ 20.14 17.18 14.06 -
YUV 116.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 153 102 99 0 0.33 0.35 0.4 3.33 0.21 0.49
Hex 99 66 63 0 21 23 28 3 15 31
Octal 231 146 143 0 41 43 50 3 25 61
Binary 10011001 1100110 1100011 0 100001 100011 101000 11 10101 110001

Color Harmonies of #996663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996663

Black with #996663

Text Example


Text Example

White with #996663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996663; }

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

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

background-color css

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

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

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

border-color css

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

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

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