Html Css Color HEX #996A66 Copper Rose

📋 copy color: '#996A66'

red 153 ◦ green 106 ◦ blue 102

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

Shades of Copper Rose #996A66

Tints of Copper Rose #996A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

 BLUE value IS 102 (40.23% from 255) = 28.25%

R = 42.38%
G = 29.36%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#996A66 (or 0x996A66) is known color: Copper Rose. HEX triplet: 99, 6A and 66. RGB value is (153,106,102). Sum of RGB (Red+Green+Blue) = 153+106+102=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #996A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A66 is #669599. Grayscale: #777777. Windows color (decimal): -6722970 or 6711961. OLE color: 6711961.

HSL color Cylindrical-coordinate representation of color #996A66: hue angle of 4.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996A66 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 102 -
CMYK 0 0.31 0.33 0.4
HSL 4.71º 0.2% 0.5% -
HSV(B) 4.71º 0.33% 0.6% -
XYZ 20.69 18.04 14.96 -
YUV 119.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 153 106 102 0 0.31 0.33 0.4 4.71 0.2 0.5
Hex 99 6A 66 0 1F 21 28 5 14 32
Octal 231 152 146 0 37 41 50 5 24 62
Binary 10011001 1101010 1100110 0 11111 100001 101000 101 10100 110010

Color Harmonies of #996A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A66

Black with #996A66

Text Example


Text Example

White with #996A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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